I have a radgrid and I have a search button that when the user clicks it, it does a radgrid1.rebind(); Then if they change the search in the text box, and click it again, it does a radgrid1.rebind().
If the user is on say page 25 and it does the rebind with a new search, it still stays on page 25 even with a new search. Is there a way to get it to change to page 1?
If the user is on say page 25 and it does the rebind with a new search, it still stays on page 25 even with a new search. Is there a way to get it to change to page 1?