In the Page load event I have filled a dataset from a DA then set the sort of the default view to a column then set as datasource of grid and bound but although the grid has the data loaded it is not sorted.
Can anyone explain?
Printable View
In the Page load event I have filled a dataset from a DA then set the sort of the default view to a column then set as datasource of grid and bound but although the grid has the data loaded it is not sorted.
Can anyone explain?
if you create a new dataview that uses your datatable, then do the sort on that dataview, then set it to the datasource, does it appear sorted?