Kendogrid sort

1 Answer 127 Views
Grid
Sudha
Top achievements
Rank 1
Sudha asked on 09 Dec 2021, 02:04 PM

Hi,

I am using Kendogrid sort on a column which is a string with alphanumeric characters. For some reason the sort does work example I have a strings

DDD-TEST AUTO

BARROWCLOUGH

empty string

the order which i get when i sort are

DDD-TEST AUTO

empty string

BARROWCLOUGH

When i sort always puts DDD- as first whether its ascending or descending, next is the empty and then BARROW. Can you please help me on this as why is this happening.

 

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Yanislav
Telerik team
answered on 14 Dec 2021, 12:24 PM

Hello Sudha,

My suggestion is to check the dev tools console because usually, such a broken behavior is due to JavaScript exceptions. 

I've tested locally with the same data you've shared with us and everything works as expected.

In this case, may I ask you to provide more details about the Grid configuration, even better would be to try reproducing the problem in a sample project and send it back to us so I can investigate it and come up with a possible solution? 

Alternatively, you can capture a Fiddler Jam log following the guidelines in this article: 

https://docs.telerik.com/aspnet-mvc/integration-with-other-telerik-products/capture-issues-with-fiddler-jam

The log allows us to mock the page and examine the behavior and the related network activity and could help us identify what causes the problem. Note that after the recording has started, the page should be fully refreshed.

Regards,
Yanislav
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Sudha
Top achievements
Rank 1
Answers by
Yanislav
Telerik team
Share this question
or