Completed
Last Updated: 20 Jan 2022 12:07 by ADMIN
Created by: Larry
Comments: 1
Category: Grid
Type: Feature Request
2
Add an beforeOnchange event that fires to allow additional validation before the change occurs. If returns false then onChange never is fired.
Completed
Last Updated: 20 Jan 2022 11:54 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
If you export your grid to Excel then you may have noticed that sometimes the columns are smaller than their content.
What I mean is, I have double click the coumn header in Excel to get the desired "auto-width".
It would be nice to have this functionality already in Telerik.
So that the column width perfectly fits its content.
Completed
Last Updated: 22 Dec 2021 12:03 by ADMIN
kendo grid dynamic does not contain a definition for MinResizableWidth throwing this error on resize column ..multiple dynamic gids in my mvc view 

minResizableWidth float
The pixel screen width below which the user will not be able to resize the column via the UI.

Bug: Column Resize Handle not showing on dynamic Grid Columns

The problems are the hidden columns. If you have a hidden column in the grid, you can't resize all other columns after the hidden column. That is a very nasty bug, so please Kendo-UI team make a fix for it.
Completed
Last Updated: 16 Sep 2021 15:07 by ADMIN
Created by: Natalia
Comments: 2
Category: Grid
Type: Feature Request
2
The Grid should be able to easly navigate from rows with the keyboard, and also select them by enter.
Completed
Last Updated: 15 Jul 2021 10:46 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
Allow users to filter with null values
Completed
Last Updated: 16 Dec 2021 12:02 by ADMIN
Right now kendo's system for alternating rows is to specify rowTemplate and altRowTemplate.  For any non-trivial row template, this makes for a big ugly DRY violation as you copypaste the entire template just to give it a different css class and leave it otherwise identical.  Any future changes to the template have to be made to both copies, and any potential template issues have to be tested on both even and odd numbered rows.

If rowTemplate received whether it's an alternate row as a template parameter, it would be easy to do common things on alternating rows without ever needing to define altRowTemplate.
Completed
Last Updated: 13 Mar 2020 12:03 by ADMIN
Virtual scrolling does not work for big datasets in IE and Firefox. We need adaptive scrolling 
http://stackoverflow.com/questions/2402953/javascript-data-grid-for-millions-of-rows
Completed
Last Updated: 24 Aug 2021 05:49 by ADMIN
Created by: Mahmud Cahid
Comments: 2
Category: Grid
Type: Feature Request
2
optional clearFilters button to grids toolbar
Completed
Last Updated: 23 Dec 2021 09:48 by ADMIN
Right now columnMenu is available in each column, along with that, it would be better if there is a centralised option where user can configure the columns.
Completed
Last Updated: 03 Mar 2020 10:29 by ADMIN
Created by: Igor
Comments: 1
Category: Grid
Type: Feature Request
2
I have a column that contains a checkbox and I would like to be able to prevent it from reordering, similar than sortable or groupable, that not all the columns can be sorted or grouped.

Thanks.
Completed
Last Updated: 23 Nov 2021 08:08 by ADMIN
Release 2021.R3.SP.next
Created by: FlipOne
Comments: 1
Category: Grid
Type: Feature Request
2
Please implement multi-row drag-and-drop in the Grid widget.
Completed
Last Updated: 16 Mar 2020 11:37 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
2
In your grid demos titled "binding to remote data" filter for column ship city when i choose operator does not contain operator and fill "Rio" value kendo grid sends empty filter GET parameter. I have observed similar bevavior in my project.
Completed
Last Updated: 22 Jul 2021 19:12 by ADMIN
Created by: Mike
Comments: 1
Category: Grid
Type: Feature Request
2
Add Shift+Space support in Grid to select contiguous rows using keyboard navigation. Currently, if the user wants to select 50 contiguous rows using the keyboard, he/she needs to hit Ctrl+Space 50 times.
Completed
Last Updated: 04 Aug 2021 07:46 by ADMIN
Created by: Marcin
Comments: 0
Category: Grid
Type: Feature Request
2
Grouping row in grid can expand/collapse after click on any area on the row not only after click on plus/minus icon. This behavior is similar to checkbox in browser with label for attribute
Completed
Last Updated: 24 Sep 2019 08:35 by ADMIN
Created by: Michael
Comments: 2
Category: Grid
Type: Feature Request
2
Multiple String searching in standard filter.

Today the basic Grid filter for strings can be used to search for 1 or 2 items at best.  It would be great to be able to filter for > 2 items from 1 column at a time.  

A multicheck box filter does not work so well when you have 100k+ items, and the multicheckbox ends up with 1000s of items in it.  A string search is more appropriate for the end user.

Our current grid a user can filter for upwards of 500 strings of text in one column by treating the input as a textarea that is styled to auto-grow and is not resizable.
Completed
Last Updated: 08 Jul 2021 09:43 by ADMIN
Created by: Carlos Caldeira
Comments: 2
Category: Grid
Type: Feature Request
2
Give the developer an option to show a search field in the grid. This option should be configurable so we could chose which column(s) to search in. With a single keyword the user would be able to get a specific row.
Completed
Last Updated: 22 Oct 2021 12:46 by ADMIN
Created by: Imported User
Comments: 3
Category: Grid
Type: Feature Request
2
In lieu or as part of select-all capability:

Expose a way to retrieve the filtered set of data (or keys) in the grid and other filterable controls.

In other words, when a user has applied their own filters, there is currently no method to retrieve the filtered set across the entire dataset. That makes implementing a select-all button a bit tricky as you have to either select all on the current page (view) or the entire unfiltered dataset and then apply the filter yourself.
Completed
Last Updated: 22 Nov 2021 15:57 by ADMIN
Pressing <Enter> should save grid row edited in-line by default, even if it has a sub-grid. Currently, if a grid row does not have a sub-grid, pressing <Enter> saves it when edited in-line, but if it has a sub-grid, that sub-grid gets expanded instead. I think, this is a non-standard behaviour (can be set by specifying some new option, but not by default). If my suggestion will be implemented, it will allow to speed up data entry, because if user types in some text in a text box, it is easier and faster for him to press <Enter> rather that switch to the use of mouse.

Also, pressing <Esc> cancels editing in any case (with sub-grid or without), which is correct.
Completed
Last Updated: 18 Dec 2019 16:04 by ADMIN
Release 2019.R3.SP1
Currently, if you use alwaysVisbile=false, the pager disappears on each grid rendering and it's very annoying for the end user. Another strange thing about this pager is the way the logic works behind. If the rows are equal to the page number of rows, currently you'll see the pager, but in fact you don't need it. 
Completed
Last Updated: 03 Mar 2020 12:24 by ADMIN
Created by: Imported User
Comments: 5
Category: Grid
Type: Feature Request
1
The pager drop down page selector is too large and obscures other controls and the bottom of the pager frame.

I hope this observation is useful.

I have a screenshot but there is no facility here to post it.