Declined
Last Updated: 14 Feb 2019 07:58 by ADMIN
Luke
Created on: 07 Feb 2019 16:17
Category: Grid
Type: Feature Request
0
Column-Specific Sorting for Kendo MVC Grids
Are there plans to implement sorting functions into specific columns in a grid for kendo MVC grids? This feature would be very helpful, and seems to already exist in non-MVC versions of kendo grids ("compare" functions). 
1 comment
ADMIN
Konstantin Dikov
Posted on: 14 Feb 2019 07:58
Hi Luke,

The Grid for ASP.NET MVC could use custom DataSource, where all data operations (including the sorting) are handled by the developer:
Another option would be to bind the column to a type with custom IComparer, which will be used by the ToDataSourceResult method when the data operations are applied (note that this will work for the records only will not be used for group items).


Regards,
Konstantin Dikov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.