how to bind the json data in iggrid using jquery funtion?
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.
Is there anything else I can assist you with on the matter? Please do not hesitate to contact me with more questions.