Struggling to find how to do this, so any help would be appreciated.
I need to have a Radgrid positioned on a specific row when accessed. This could be a row that is 5 pages from the start.
The application shows a gridview, the user scrolls to the page where he finds the record he wants to edit, goes through the updating of that record on a different page, returns to the gridview to edit the next record but on the reload/rebind, the grid is back at the beginning.
I need to know how I can tell the RadGrid to return to the page the previous row edit was performed on. I'm open to ideas on how to do this. The Edit is actually another page being called and not the Edit Event. I would be willing to pass in a parameter if I could just figure out how to jump to that row and have the RadGrid start displaying there. The user should have the ability to page back and forth from there, I am not looking to start the RadGrid from that row, just move the position of the display to that row/page.
Thanks in advance for you help and assistance.
Clyde
I need to have a Radgrid positioned on a specific row when accessed. This could be a row that is 5 pages from the start.
The application shows a gridview, the user scrolls to the page where he finds the record he wants to edit, goes through the updating of that record on a different page, returns to the gridview to edit the next record but on the reload/rebind, the grid is back at the beginning.
I need to know how I can tell the RadGrid to return to the page the previous row edit was performed on. I'm open to ideas on how to do this. The Edit is actually another page being called and not the Edit Event. I would be willing to pass in a parameter if I could just figure out how to jump to that row and have the RadGrid start displaying there. The user should have the ability to page back and forth from there, I am not looking to start the RadGrid from that row, just move the position of the display to that row/page.
Thanks in advance for you help and assistance.
Clyde