Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Ultragridview on a Search Page
posted

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?

  • 4555
    posted

    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