Hi All,
Using VB.net and Syncfusion 18.1.0.42
Could someone please tell/show me how to sort a column in the SfDataGrid by time (HH:mm:ss) only, i have an observable collection which includes a DateTime property but no matter what i try i cannot get the column to auto sort by time when an item is updated, the data is updated in the SfDataGrid but it will not sort, it does if click the column header but then when the data is updated it no longer sorts correctly.
i have tried with DateTimeColumn and a Text column with the DateTime both as a DateTime and DateTime to string but have the same issue.
i have also tried the various formats options for the column as in Longtime, Shorttime and also Custom with HH:mm:ss set.
If i use the Microsoft datagrid that comes with visual studio it all works as expected.
Thanks for any help
Regards
Nic