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
365
Custom Paging inside an UpdatePanel with UltraWebGrid
posted

I have a grid which is inside an update panel.  I have also set up custom paging.  Everything works great until I press a button inside one of one of the cells.  When I do this the grid automatically goes back to the first page and not the page that the user was on.

 When binding to the data, I use the DisplayLayout.pager.CurrentPageIndex property to determine what page to display.

Has anyone run into this?  Any ideas on how to fix?

 -Daniel