Hi ,
I am trying to use ultrawebgrid on a search page with different textbox and different butons. I plan to call different stored procedure for different buttons to bind the grid.
If i am binding the data on Button click event i am not able to have paging and sorting features.
If i have a single button and bind the grid on initialize datasource everything works fine for me.
Can anyone please guide me how to implement the functionality?
Hi,
Do you have XmlLoadOnDemand enabled? If you do then the grid will do a post back every time it requests a new page and binding the grid in the button click event will not work. InitialzeDataSource event is used when XmlLoadOnDEmand is enabled.
Magued