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.
Hi rshouse,
I went to that page and examined the scripts on it and do not see jquery templating. It seems that ther is a 404 error, so it's not found in your js folder.
regards,David Young
The jquery.tmpl.js was not mark as part of my solution, thus not getting published to the server.
Thank you.