This question is locked. New answers and comments are not allowed.
Is it possible to set the sorting of the mvc grid to not look at the case? For example, below is sorted ascending and I want it to be purely alphabetical.
sorted ascending -> Alpha, Mike, Zulu, charlie, omega
but I want ascending to be -> Alpha, charlie, Mike, omega, Zulu.
If the only answer is custom binding for sorting, is there an example out there that already does this? I can't be the first one to need this.
sorted ascending -> Alpha, Mike, Zulu, charlie, omega
but I want ascending to be -> Alpha, charlie, Mike, omega, Zulu.
If the only answer is custom binding for sorting, is there an example out there that already does this? I can't be the first one to need this.
4 Answers, 1 is accepted
0
Hello Bill,
Pesho
the Telerik team
The sorting you described can only be achieved with custom binding. Since you are the first one who asks for that kind of sorting functionality I attached a demo project with sample implementation. I hope this helps.
For more detailed information processing the custom binding you can check the demos.
Pesho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Maksim
Top achievements
Rank 1
answered on 24 Sep 2012, 01:45 PM
What if I use grid with GridOperationMode.Client. How can I use sorting without case sensivity?
0
Hi again Maksim,
I am afraid that overriding the client sorting is not possible.
Regards,
Petur Subev
the Telerik team
I am afraid that overriding the client sorting is not possible.
Regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Jon
Top achievements
Rank 1
answered on 16 Apr 2013, 02:20 PM
This is so sad and ridiculous, this is the only grid I have encountered that sorts this way.