Completed
Last Updated: 27 Feb 2015 21:27 by ADMIN
Cary Abramoff
Created on: 03 Oct 2011 07:40
Category: Kendo UI for jQuery
Type: Feature Request
58
string sorts are case sensitive: ouch
I am coming over as a Telerik Ajax developer. I am developing a pure html app against Amazon's S3 service and unfortuately the native sorting you provide is case sensitive. 

My sort ascending appears as

AAA
BBB
aaa
bbb

not very intuitive for end users...

12 comments
Himani
Posted on: 15 Oct 2013 06:35
I used version Q2 2013 (2013.2.716) of Kendo UI, to get case - insensitive sorting, but there is still case - sensitive sorting present. It sorts once in case - insensitive order, second time reverses it and third time again it switches back to case - sensitive sorting. How can I completely get rid of case - sensitive sorting?
ADMIN
Brandon
Posted on: 17 Jul 2013 19:37
Implemented in the Q2 2013 release
Ety
Posted on: 13 Feb 2013 15:31
Is this planned to be implemented?
Derek Swanson
Posted on: 20 Nov 2012 13:46
I honestly don't see how this grid could have been released without case insensitive sorting.  Madness.
Imported User
Posted on: 07 Nov 2012 10:53
This is a very important feature
Abhishek
Posted on: 12 Oct 2012 11:39
I am in favour of having case insensitivity while sorting the columns in Kendo Grid.
Neelesh
Posted on: 02 Oct 2012 23:15
It amazes me how the grid got released without this feature included. 
Vince
Posted on: 17 Sep 2012 21:57
Sheer insanity that this hasn't been implemented as the default, let alone even an option!
Colin
Posted on: 30 Aug 2012 08:32
I'm looking forward case-insensitive sorting for Kendo UI Grid
Imported User
Posted on: 17 Aug 2012 19:08
I agree with this completely and could really use it.
Sam
Posted on: 29 May 2012 16:45
Please implement support for case insensitive sorting / filtering as an option on the grid!  
Cary Abramoff
Posted on: 03 Oct 2011 07:46
PS- And I just noticed that the abc sorts are affected by the length of the string. You should have native padding so that we get the same type of sort as by say... SQL Server.