Hi,
After saving the iggrid data to database, I wanto to rebind the data to iggrid in jquery. I have written the below code and I am getting the error. For the error info, please refer the screen shot and suggest me the solution.
$("#gridNotes").igGrid("dataSourceObject", data.GetNewNotesList);
$("#gridNotes").igGrid('dataBind');
Hello Ramesh,
Thank you for using Infragistics forums!
There could be a variety of reasons for this exception. Please, ensure that data.GetNewNotesList contains a valid object that can be used as the data source of the grid based on the grid's options. It should have the same structure as the original data source.
If you could share a small sample that reproduces the issue it'll help a lot.
Best regards,
Stamen Stoychev