Sorting is allowed.
The application iterates through the grid datasource and selects records on some criteria. These selected records should be shown using the Grid.SelectRowsAsync() Method.
The issue is, that due to sorting the records of the datasource are not in the same order of the records displayed in the grid and therefor the "wrong" records are selected.
How can I get the sorted datasource?