I have a paged radGrid with SaveScrollPosition="true". This way if they scroll left/right and page, the horizontal scroll position is saved which is what I want (there is a flicker/refresh where the columns jump left/right but that's another issue for later).
However, If I issue a more refined search and a new result set, I want to reset the page back to page 1 (I'm setting CurrentPageIndex = 0 which works). However, I also want move the horizontal postion back to the starting point. How do I do that. It seems to be a client-setting but I'm not sure how.
Thanks, Dave
However, If I issue a more refined search and a new result set, I want to reset the page back to page 1 (I'm setting CurrentPageIndex = 0 which works). However, I also want move the horizontal postion back to the starting point. How do I do that. It seems to be a client-setting but I'm not sure how.
Thanks, Dave