I've created 2 DataGrids with id GridA and GridB both identical with the exeption of GridB beining in a Tab.
After the data load event (equeal for both DataGrids) i want to use the GridA.GoToPage(x) and GridB.GoToPage(x) to navigate back to the last seen page.
This works perfectly for GridA but not for GridB. Any suggestions?