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.
Unplanned
Last Updated: 11 Nov 2021 12:53 by ADMIN
Created by: Maxim
Comments: 0
Category: Grid
Type: Feature Request
2
The current table initialization used in grid is not robust and does not supports many features. The main reason is because _columns function in grid does not leverages existing framework functionality. I propose to slightly modify the existing code responsible for parsing column configuration to use kendo.parseOptions instead of working directly with attributes. You can see my re-implementation of this function at [http://jsbin.com/pihefuva/1].
Declined
Last Updated: 02 Dec 2021 12:12 by ADMIN
Created by: Andrew
Comments: 0
Category: Grid
Type: Feature Request
2
We have a scenario where we have a grid that can contain many types of data in a single column.  This includes numeric values and string values which could be valid hyperlinks.  Our request is for automatic detection when a string matches a hyperlink syntax to automatically create it as a link in the Grid data cell itself rather than simply appearing as a string value.  Thus the user would be able to just click on the hyperlink rather than copying and pasting the contents of the cell into their browser search bar.

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.
Unplanned
Last Updated: 23 Jan 2020 13:04 by ADMIN
Created by: Dan
Comments: 1
Category: Grid
Type: Feature Request
2
When navigating grid in Batch Edit mode using the keyboard, the delete button in the command column is triggered by pressing Enter twice. Once to toggle the cell editable and again to fire the button event. This behavior can be observed in the batch edit demo. It would be preferable to automatically toggle the button active upon entering the cell so the user only needs to click Enter once. This could either be new default behavior or an optional event 
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
Unplanned
Last Updated: 04 Nov 2021 12:10 by ADMIN
If you are on the last page of a set of data and delete the last item from the page the pager does not reset to the previous page. This seems like an obvious bug to me.

Steps to reproduce:

Go to Grid Demo: http://demos.telerik.com/kendo-ui/grid/editing-inline
Select "Edit this example"
Change the pageSize of the dataSource from 20 to 2
Run the demo
Go to the last page
delete the two items on the page

Result: Grid does not move to previous page and incorrectly displays the item number as higher than the total number of items.
Declined
Last Updated: 02 Feb 2022 09:14 by ADMIN
Refresh Event Handler for refreshing the grid with refresh set to true
Completed
Last Updated: 04 Mar 2021 12:19 by ADMIN
I have an event handler for when a drop down inside the grid changes that calls .set("MyField", myValue).  Behind the scenes, kendo sets the current cell to the first cell in the grid!  I would like the current cell to be preserved so that the grid works for keyboard navigation as well as point-and-click.
Unplanned
Last Updated: 22 Nov 2021 15:43 by ADMIN
Feature Request: Provide Conditional Filtering as in Silverlight telerik Rad Grid along with checkboxes

Iam in the process of  migrating a project from silverlight containing telerik RAD Grid to Kendo UI containing the same Grid.

Unfortunately, i see that the default filtering option provided in kendo Grid is different than in silverlight, where the default conditonal filtering is missing in the HTML based solution. I could see only the checkbox selections 

It would be a great to have feature with the telerik products being exhibiting the same functionality
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 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.
Declined
Last Updated: 16 Dec 2021 11:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
2
Based on this demo: http://demos.telerik.com/kendo-ui/grid/pdf-export
Given a similar grid with more data, especially with whole phone numbers and text content which consist of a single large word with no spaces or line breaks.
When using Edge, it will squeeze and render the text unreadable, instead of wrapping the large word.
This issue doesn't occur on Chrome, it handles the wrapping just fine.
This happens when there are many columns, which causes each column to be given less space than needed.
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: 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
Declined
Last Updated: 22 Oct 2021 12:25 by ADMIN
Created by: Deej
Comments: 0
Category: Grid
Type: Feature Request
2
I want to be able to change whether a grid is scrollable, as its datasource grows or shrinks, without having to destroy and recreate it, and I want to control whether the columns are equal width or auto-sized, independently of whether it's scrollable. I also want to change its height, and turn on and off the option that lets it auto-size itself.

(Also I'm running into a similar issue with charts, where I can't change the tooltip template after it's set.)
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: 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.
Unplanned
Last Updated: 25 Nov 2021 12:39 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
2
Ability to set accesskey on toolbar actions without having to do a template.