-
What's the best way to apply server side sorting to an EF Core IQueryable from an HXGrid? I tried setting the SortKeySelector on the HxGridColumn:
Then applying it to the IQueryable in a generic helper method I wrote:
This works for string/varchar columns, but returns an IComparable for other data types which causes EF to throw an exception. I see in the documentation that SortKeySelector is for client side sorting. Is there a way to do server side sorting with EF Core? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see the discussion and suggestions in this issue: #91 |
Beta Was this translation helpful? Give feedback.
Please see the discussion and suggestions in this issue: #91