This question is locked. New answers and comments are not allowed.
Hi all,
I have a page which contains some search criteria in text boxes, drop down lists and so on. I have a Grid control on that page to display search result based on user input of search criterias.
I have a button on that page to post search conditions to controller/action, but from that point on how can I refresh the Grid with new data? I did some search and checked demo/document, it seems that the Grid control relies on DataBinding(dataBinding => dataBinding.Ajax().Select("ActionName", "ControllerName")) to perform Ajax binding, I could not find a way I can control the data of Grid.
Anybody could help out?
Thanks
Hardy
I have a page which contains some search criteria in text boxes, drop down lists and so on. I have a Grid control on that page to display search result based on user input of search criterias.
I have a button on that page to post search conditions to controller/action, but from that point on how can I refresh the Grid with new data? I did some search and checked demo/document, it seems that the Grid control relies on DataBinding(dataBinding => dataBinding.Ajax().Select("ActionName", "ControllerName")) to perform Ajax binding, I could not find a way I can control the data of Grid.
Anybody could help out?
Thanks
Hardy