Under Review
Last Updated: 15 Sep 2021 13:13 by ADMIN
Created by: David
Comments: 1
Category: Grid
Type: Feature Request
2
Add a Title tag to grid headers so that if the user mouseouvers they can see the column title/filed name if it has been clipped by the ellipsis
Under Review
Last Updated: 20 Jan 2022 11:44 by ADMIN
Currently when using MVVM to instanciate a grid which contains columns with values arrays, those values arrays must be globally scoped.  All other things MVVM binds to are located within the View Model.

Please make it so that the kendo.bind method will allow for an MVVM grid to locate it's columns value arrays within the View Model. 
Under Review
Last Updated: 16 Dec 2021 12:26 by ADMIN
Created by: Joseph
Comments: 0
Category: Grid
Type: Feature Request
1
It would be helpful to be able to format a grids content in a more straightforward manner out-of-the-box. For instance, if a Kendo grid was displaying a typical data matrix like https://en.wikipedia.org/wiki/Triangular_matrix, it would be useful to be able to format by the upper triangular region, lower triangular region, odd rows, even rows, etc.
Under Review
Last Updated: 03 Feb 2022 11:36 by ADMIN
Hi,
I am having a requirement to get sum and average of selected items of a grid 

Such as in the below example I want to get the average and Sum of selected Frieght columns  

eg: https://demos.telerik.com/aspnet-mvc/grid/selection