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.
Hello Ron,
Thank you for submitting this issue in our community. We appreciate this because any other members having the same issue could look into this thread and find the reason causing it. Please let me know if you have any other questions with this matter.
The jquery.tmpl.js was not mark as part of my solution, thus not getting published to the server.
Thank you.
Hello Ron,Please take a look at our Supported Environments page - http://ko.infragistics.com/support/supported-environments.aspx#SupportedEnvironments There it is pointed that since Microsoft have stopped the support of Windows Server 2003 and we stopped the support of it. Our controls are no longer tested under this environment and if any compatibility issues occur they will not be resolved in future service releases. As you are pointing that the coder works in other dev machines I assume that this is compatibility issue related to the environment which is not longer supported. What i can do is advice you to upgrade to a never version of Windows Server which is currently supported.
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