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
395
Unusual Grid Behaviour !!
posted

Hi ,

I Have a ultrawebgrid with paging and sorting on server.

I am filling the grid using a datareader on a button click event.

Now once the data is filled in the grid , and if the button is clicked again then the data reloads without any problem but ,

If i fill the grid and then sort it (By clicking on the column header) and then if i reload the grid (by pressing the button)  the the bind data throws an exception !!!

 

Can anybody tell me how this can be avoided ???Or why the grid is behaving in this manner ??

Parents
No Data
Reply
  • 8680
    posted

    I don't know if I can help, but it would be useful if I knew what exception was being thrown, and could look at the code that binds the grid and that handles the button-click event.

Children