If my data isn't sorted, the checkbox filters are generated in a non-alphabetical order, making the UX more confusing and less seamless. How can I sort my checkbox options without sorting the grid data itself (keep them de-coupled)?
1 Answer, 1 is accepted
1
Accepted
Wissam
Telerik team
answered on 04 Apr 2024, 11:27 AM
Hi, Janki,
I have to say that the only option here would be to sort the data that is passed to the data prop of the GridColumnMenuCheckboxFilter component. This does not affect the Grid data but only the one passed to the column menu:
Are you interested in React Server Components? Have a look at our Kendo React Server Grid! https://www.telerik.com/kendo-react-ui/components/server-components/grid/
I think this would be a great feature to have out-of-the-box, and hopefully it's something easy to add from your end. UX-wise, it's really difficult to wrap your head around a non-alphabetized list, especially when the list is used for the special purpose of filtering -- you now have to filter down the list before you can filter the grid itself, which adds more overhead for the user.
I understand that Excel is not the end-all and be-all, but Excel also sorts it by default:
Wissam
Telerik team
commented on 17 Apr 2024, 11:58 AM
Hello, Janki,
Thank you so much for your feedback.
I logged a feature request on your behalf for adding this as a built-in feature, you can track it here: