Replies: 1 comment 2 replies
-
And I have exact opposite use case where I use server driven data, and need to enable sorting, but leave filtering disabled on the column. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if I have a server driven datagrid and want to enable filtering, I can set the
clrDgField
property, but this also forces me to use sorting. It implicitly setssortable
to true and there is no way for me to disable this behaviour.I wish to using filtering but no sorting.
Beta Was this translation helpful? Give feedback.
All reactions