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
290
Rebinding the igGrid in postback
posted

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');

 

  • 5513
    Offline posted

    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