SortedBindingList
<class> sortedABC = new SortedBindingList<class>(ABC);sortedABC.ApplySort(
"Date", ListSortDirection.Descending);But I don't get the sorted data in sortedABC after calling ApplySort. What could be the problem here?
Regards,
Rajat.
Hello,
Thanks for the reply.
I rechecked and "Date" property is of type "DateTime". I also tried with a different field called - "Quantity" which is of type "long". I am unable to sort on this new field as well.
Regards,
Rajat.
Copyright (c) Marimer LLC