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