I'm using a RadComboBox which updates my RadGrid via AJAX Manager. The issue is this: if I select a category from the list, it will filter the grid with just those categories -- fine and dandy. Lets say this particular category has 3 pages worth of data. If I navigate over to the 3rd page and then select a new product from thelist that only has 2 pages... nothing happens. Obviously my goal would be to have the grid reset to the first page. I did attempt this with the CurrentPageIndex but I still didn't get the desired results.
Any ideas? Thanks.