Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a kendo UI Grid in MVC3.
At the time of loading the data on grid I have given options as

sortable: { mode: "single", allowUnsort: true }
dataBound: grid_onDataBound_event


in databound, just selecting the first row

I have also tried by giving - sortable : true

But I am facing issue at the time of sorting, sorting is not working properly on the columns. columns consists of string and date type.

I have tried in different ways by searching in google but couldn't find the solution.

Please help me in finding the solution.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900