Unplanned
Last Updated: 20 Jan 2020 10:46 by ADMIN
Created by: Bla
Comments: 0
Category: Grid
Type: Feature Request
4
Hello,

from our development I could collect some suggestions for improvement, which we would be pleased about in the future:

MVC
-> Grid
-> Export to Excel
- Do not show columns in export - currently only possible with Javascript
- Display additional columns in the export that are only displayed in the export and not in the interface 
Completed
Last Updated: 24 Jun 2021 11:12 by ADMIN
Created by: Saranya
Comments: 1
Category: Grid
Type: Feature Request
1
Viewing the grid columns and arranging data based on respective media queries
Unplanned
Last Updated: 24 Jan 2020 12:46 by ADMIN
Created by: Raj
Comments: 1
Category: Grid
Type: Feature Request
1
jquery grid widget
1) filter should be excel kind of filter
2).should be sort and
3). remove duplicates in filter options 
Completed
Last Updated: 03 Apr 2024 07:45 by ADMIN
Release 2024 Q2 (May)
Created by: Kristina
Comments: 0
Category: Grid
Type: Feature Request
5
It would be nice to have the progress when exporting the grid to excel so that the user knows that something is happening.
Unplanned
Last Updated: 17 Feb 2022 11:58 by ADMIN
Created by: Seyfor
Comments: 2
Category: Grid
Type: Feature Request
3
When grouping one column on a large table, all rows (groups) are expanded by default which consumes CPU/memory. Render time grows.

Please add bool property defaultCollapsed. In this case grid would not expand all rows(groups) by default.

Current work around is to call collapseGroup, but performance would be a lot better if rows could be collapsed by default.
Completed
Last Updated: 01 Oct 2019 14:05 by ADMIN
Created by: Raymond
Comments: 1
Category: Grid
Type: Feature Request
4
It would be nice to have the option for a single filter input that searches all columns on the Grid.  I was able to implement my own custom solution but having to apply that to every grid in my app is cumbersome.

I understand the importance for the flexibility side of having each column with its own filter box, but for simpler apps this is overkill and a single filter box is enough.  The column component already has the [filterable] flag so this can possibly be used to exclude any columns if necessary.

I was thinking of something similar to what is an out of the box feature for the Datatables JS plugin

https://datatables.net/

Default search box that searches everything.  Very simple to use and understand for basic users or when your application only calls for something that simplistic.
Completed
Last Updated: 17 Feb 2022 11:52 by ADMIN
The  two grid tables are created for locked columns work.  The .k-grid-content-locked element is used for columns which are locked, while the .k-grid-content element holds the scrollable content. Due to this behaviours functionalities like Tabbing become complex task to achieve.
Completed
Last Updated: 18 Mar 2022 09:42 by ADMIN
In the kendo grid, on setting the focus on the groupable button and pressing the enter key to change the sorting order, the focus moves to the start of the page. This is a accessibility concern for users who rely only on keyboard for navigation.


They need to begin 'TAB'ing from the start again after selecting an option on the grid groupable button.
Completed
Last Updated: 10 May 2022 12:23 by ADMIN
Created by: Wasim
Comments: 1
Category: Grid
Type: Feature Request
1
The grid does not have a auto generated Serial Number or Row number column built in. Although this functionality can be custom built, but I feel this is a basic thing and when you have to use the grid in different places in your program, then duplicating the same code for a simple functinoality sounds over killing and maintenance overhead.
Unplanned
Last Updated: 07 Feb 2020 11:23 by ADMIN
In a Kendo grid, Angular/MVC/JS/Whatever; 
When using multi check filter. 
---- 
Only show those values that are still useful to filter on!!! 
---

When filtering is done(one to many columns) - ONLY the remaining options should be seen when setting the NEXT filter (not all possible values in the database) of course distinct and sorted

(the grid could have an option of doing it this way or the old way) 
example:

let's say we have 5 numbers of categories, each category have 20 different details.

when filtering is set on one category, then when filtering on details - only the 20 remaining details should be seen, not 100(5*20)

and vice verse, if filtering one detail - only one category should be seen when filtering on category.
Duplicated
Last Updated: 29 Jun 2020 10:21 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
1
Make Kendo Pivot Grid Editable so You can use for transactions
Completed
Last Updated: 20 Jul 2021 19:46 by ADMIN
Created by: Daniel
Comments: 1
Category: Grid
Type: Feature Request
1
Would be nice to have the checkbox selection and multiselect enabled to use the Multiselect for check the checkboxes.

https://demos.telerik.com/aspnet-mvc/grid/selection
Unplanned
Last Updated: 12 Aug 2019 10:23 by ADMIN
For performance reasons, we would like to only show the group headers collapsed when first grouping, and only add its child rows when expanded. This is done for hierarchical grids and minimizes unnecessarily large DOMs for data the user will never look at. 
Need More Info
Last Updated: 16 Mar 2022 15:49 by ADMIN
Declined
Last Updated: 03 Feb 2022 11:59 by ADMIN
Created by: sroussos
Comments: 0
Category: Grid
Type: Feature Request
1
Add "matches" operator (Regular Expression) both on FilterCell as well as on Filter Menu for strings.

Implementation should take into account  Javascript rules for Regular Expressions.
Completed
Last Updated: 02 Jun 2022 11:04 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
1
Only two specific things that I've found lacking: 1) There doesn't appear to be any functionality for Kendo UI (jQuery) that allows for easily adding new values to a multi-select, which the Telerik RadComboBox appears to have. (E.g., for an email "to" field, selecting from existing contacts or adding a new address.) 2) The responsiveness (cell-phone-friendliness) of the Kendo UI Grid is extremely lacking, specifically if allowing for multiple rows selection. (Namely, trying to scroll down the grid instead selects the rows you swipe over, so you're unable to scroll down to see rows off screen.)
Unplanned
Last Updated: 18 May 2022 10:25 by ADMIN
In the spreadsheet there is a way to delay repainting til bulk editing is complete.  Grid does not have such a mechanism easily accessed, however with a  grid with a large number of rows, inserting multiple rows takes a long time as each row insert triggers the change event.  It can be worked around but would be better if it was supported like spreadsheet.
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
Completed
Last Updated: 27 Jan 2022 12:32 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Using filterable: { ui: "slider" }, allow us to also pass a min and max value for the slider. And automatically build the filter to be something like this:
{
 logic: "and",
 filters:
  [ 
   { field: fieldName, operator: "neq", value: null },                                            
   { field: fieldName, operator: "gte", value: s.values[0] }, 
   { field: fieldName, operator: "lte", value: s.values[1] }
  ]
}
Unplanned
Last Updated: 27 Jan 2022 12:28 by ADMIN
Enable kendo grid to export excel with subscript/superscript and other options using Excel export API via configuration options. Right now it supports background, bold, color, fontName, fontSize, hAlign, italic, underline, and vAlign. Adding superscript/subscript would be great and it should not be difficult.