Instead, I get this:
The Interval Grouping sample was unfortunately not helpful, as it exhibits similar behavior (it's ostensibly sorted in ascending order by shipped date, but the dates go from 1991-05-15 to 1991-05-23, then back to 1991-05-17).
Is there any way to get this to happen?
Hi Matthew,
Thanks for contacting Syncfusion Support.
We have analyzed your query. In SfDataGrid Currently we do not have the support for apply the Sorting on Grouped column. Thank you for helping us define this feature. We have consider this as a feature and we have include this feature in end of the January 2016.
Please let us know if you require further assistance on this.
Regards,
Sowndaiyan
<syncfusion:SfDataGrid.GroupColumnDescriptions>
<syncfusion:GroupColumnDescription ColumnName="Name" Converter="{StaticResource groupingConverter}" SortGroupRecords="True" />
</syncfusion:SfDataGrid.GroupColumnDescriptions> |