Hello,
Could you please send me a sample how to apply a custom sorting on a column in sfDataGrid.
I am trying to apply the sorting on a column whose type is string using---
<syncfusion:SfDataGrid.SortColumnDescriptions>
<syncfusion:SortColumnDescription ColumnName="Country" SortDirection="Descending" />
</syncfusion:SfDataGrid.SortColumnDescriptions>
But it does not work.
I wrote a custom IComparer for that column (Country) and try to add that to the SortComparers collection of sfDataGrid but sfDataGrid does not seem to support SortComparers.
Finally I have downloaded a sample from your site on how to use custom sorting. It works with .Net4.5 but does not work with .Net4.5.1?
I am using Net4.5.1
Appreciate your help.
Regards,
Soumyajit Roy