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
Nevermind, turns out my optimization was being a little too aggressive.