Kendo grouping in angular

0 Answers 91 Views
Grid
Bodhi
Top achievements
Rank 1
Bodhi asked on 31 Jul 2023, 05:34 PM

Hey

We use grouping in our kendo angular grid. When we sort on a string like 100005-02, 100005-03, ... It sorts it like: 100005-08, 100005-09, 100005-10, 100005-100, 100005-101, ... 100005-109, 100005-11, 100005-110.

 

How do we fix this? Seems like it doesn't handle these sorts of cases.

Our group is like this: group: GroupDescriptor[] = [{ field: 'field', dir: 'asc' }]; And it still sorts like above.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Bodhi
Top achievements
Rank 1
Share this question
or