Hello Peter,
Look I did the set of the datasource of a grid and it works fine when I’m calling from a function, but I need calling it in the event addrow, updaterow and deleterow. The problem is when I put the change of the datasource in any one of the event addrow or updaterow or deleterow I get the following exception:
Unhandled exception at line 7, column 151838 in http://localhost:59655/Scripts/JQWidgets/jqxgrid.js
0x800a139e – JavaScript runtime error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.
My goal is that when you update, delete or add to the grid call the function to update it…
Any help please??
Jose