I want to initiate sort on the grid from code. I am not having success.
This is what I've tried:
This does not work. I saw in an earlier post that some one called Columns.Reset(). This method appears to have been removed.
This is what I've tried:
gvDocumentListing.Columns[4].SortingState = Telerik.Windows.Controls.SortingState.Descending;
gvDocumentListing.Rebind();
This does not work. I saw in an earlier post that some one called Columns.Reset(). This method appears to have been removed.