Hi,
I am using igGrid control in an Asp.net MVC3 project, I want to know how to rebind data to igGrid if I modified the data on the server via ajax? I mean if the datasource has been changed, is that a way to refresh the igGrid?
Hi Borislav,
Thanks for your answer, it works for me.
Thank you for remembering my last question, I posted some information on that question, if you still don't understand the scenario please let me know.
Best regards
Jason
Hi Jason,Rebinding the grid has been demonstrated in the "Grid API" official sample (https://www.igniteui.com/grid/grid-api-events) - simply try out the "Databind" button there.All it does is to make a call to the dataBind() API method of the igGrid.Thus you can implement that in your scenario and be all set.Let us know if you have any other questions or problems.PS: I haven't forgotten about your other thread about deleting from the igGrid - I'll reply there either later today or tomorrow - depends on my other duties :/