Hi Everybody,
Can I call some function of the gird on client side to repopulate grid's content? i wouldn't like to call regular PostBack like __DoPostBack() or something, it'll re-render entire page. Are the some way or method to be called to refresh grid's content what will call all required events on the server side like DataBinding, DataBound?
I'll appreciate any help.
Hello Andrei,
Let us know if you have further questions with this issue.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
There is no method of the webdatagrid that you can call on the client to repopulate the grid. I am not sure what is your scenario and what are you trying to achieve but if you would like to have client- side binding, this is currently not supported. It will be part of our 10.3 version. I am suggesting you to put your webdatagrid inside an update panel and use __doPostBack for it.
Hope this helps.