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
20
iggrid bind
posted

how to bind the json data in iggrid using jquery funtion?

Parents
  • 1905
    posted

    Hello,

    Please refer to the following sample for reference on how to bind JSON data to the igGrid: http://igniteui.com/grid/json-binding .  To bind different JSON data to an igGrid after instantiation, you can use this statement to change the grid's data:

    $("#grid").igGrid({dataSource: newdata});

    Please let me know if I can be of further assistance.

Reply Children
No Data