Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Client Side Binding
posted

I am doing client side binding using WebDataGrid and set_dataSource(dataSource.d);. The code works perfectly until I deploy it on our Windows 2003 Server. Then the set_dataSource throws an error and fails to populate the grid. The error viewed in FireBug is'

$.tmpl is not a function.

$.tmpl(grid._tableTemplate, val, { grid: grid, rowIndex: index }).appendTo(dataTable)

'Steps to reproduce:

1.Goto http://www.iwtware.com/pages/OptionDesigner.aspx

2. Select 'Augusta' as the Plan

3. Expand the tree on the right and under August/1" Mini select 42" Wall cabinets.

This sould populate the Grid on the Left and is where the error is thrown.

I will be happy to supply the code and database for this application if you give me a place to upload to.