I have the RadGrid within an RadAjaxPanel, along with some other controls to control which DataTable is to be displayed.
When I'm first sorting the Grid and then going to select another DataTable to display in the Grid, data binding fails with an error message telling me that the Grid cannot find the sorting column I selected for the first DataTable.
How can I reset the Grid's sorting/paging setting so it will start anew with a new DataTable assigned?