By default, DataGrid will not sort the underlying collection when displayed in the grid. When you sort a column, internally datagrid will maintain the underlying collection and does a sort that reflects only in view. So, if you want to sort the underlying collection of view model, you can apply sorting by using SortColumnChanged event. C#
Note: In Silverlight, the following code sample can be used to get the current sort column value. C#
Here, the underlying collection of SfDataGrid is taken by GetValue. If sortColumn.Direction is ListSortDirection.Ascending the sorting is applied for that collection in ascending direction, that is based on SortDescriptions column, otherwise it will be sorted in descending direction. OrderSource method is used to get the column value. Sample Links:
|
Article ID: | Published Date: | Last Revised Date: | Platform: | Control: | .NET Framework: | Product Version: |
2460 | 08/06/2014 | 09/30/2016 | Silverlight | SfDataGrid | 4.5 | 12.1.0.43 |
Tags:
|
or the page will be automatically redirected to sign-in page in 10 seconds.