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.
Declined
Last Updated: 20 Jan 2022 12:04 by ADMIN
Add ability to have a horizontal scrollbar in the kendoui grid that appears at both the top and bottom of the data set to ease scrolling in large data sets.
Declined
Last Updated: 20 Jan 2022 11:55 by ADMIN
Currently in a data grid with virtual scrolling there is no way to scroll to an item. You can filter to that item, but you can't see it in the context of other data. I'm pretty sure this was available in Silverlight rad grid 7-8 years ago.
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.
Declined
Last Updated: 20 Jan 2022 11:49 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
1
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. 
Declined
Last Updated: 20 Jan 2022 11:42 by ADMIN
Show the text in the filterMenu formatted as the text in the column. More info here: http://www.telerik.com/forums/filtering-html-characters
Declined
Last Updated: 20 Jan 2022 11:40 by ADMIN
Created by: Samra
Comments: 0
Category: Grid
Type: Feature Request
1
Currently, when kendo grid is initialized from an  already populated html table, there is then no way to freeze columns as there is no datasource specified in kendo grid initialization.
Declined
Last Updated: 17 Jan 2022 15:59 by ADMIN
Provide build-in support for filtering and sorting for complex columns like dropdown or Autocompelete with dropdown in grid. Bound value consists of complex objects - one for value and one for text of the dropdown. Right now, sorting is based on value and not text. Please provide options to sort based on text. Filtering doesn't work for these columns. It would be nice to have filtering support for these columns.
Unplanned
Last Updated: 13 Jan 2022 14:04 by ADMIN
Created by: n/a
Comments: 2
Category: Grid
Type: Feature Request
1

Hello, 

A couple feature requests...


Clear the built in search box value.

clearSearch - clears the search box

e.g.,

var grid = $("#grid").data("kendoGrid");

grid.clearSearch();

 

Customize validation text via schema model fields validation.

e.g.,

var grid = $("#grid").data("kendoGrid");

const dataSource = new (<any>self).kendo.data.DataSource({
                data: models,
                schema: {
                    model: {
                        id: "id",
                        fields: {
                            id: { editable: false, nullable: true },
                            modelName: { validation: { required: true, messages: {required: "Model name is a required field"} } },

...

 

Declined
Last Updated: 10 Jan 2022 15:12 by ADMIN
Created by: Andrew
Comments: 1
Category: Grid
Type: Feature Request
1
When scrolling is disabled for a grid and column resizing is enabled, resizing a column acts in a strange manner and attempts to size all columns of the grid.  I would expect that only the two columns on each side of the resize handle should have their widths altered.  Otherwise scenarios can occur where you are completely unable to resize columns.  If this would not be default functionality, I would at least suggest a flag to enable it at grid setup.
Declined
Last Updated: 10 Jan 2022 15:04 by ADMIN
Created by: Mahmud Cahid
Comments: 0
Category: Grid
Type: Feature Request
1
global option for grid colums that sets the decimal scale of number editor ui
Declined
Last Updated: 10 Jan 2022 14:58 by ADMIN
Created by: Tom Daria
Comments: 1
Category: Grid
Type: Feature Request
2
see https://www.telerik.com/account/support-tickets/view-ticket?threadid=1101276 for more details
Declined
Last Updated: 27 Dec 2021 09:01 by ADMIN

We are using kendo Datagrid where we wanted to apply pagination.

We are using pageSizes property of pageable object to set the no of items per page to render. We are also using buttonCount property to control the number of buttons.

Problem : For example I have 200 records , if I set pagesSizes=1 so technically I will have 200 paging button and if i set buttonCount to 60 than UI gets distorted. Find below is stackblitz URL where I have set pagesSizes=1 and if you set Maximum number of buttons = 70 UI will break.

URL : https://cuezkg--run.stackblitz.io/ 

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 Dec 2021 09:05 by ADMIN
Created by: quentin
Comments: 0
Category: Grid
Type: Feature Request
1
As explained in this support ticket
https://www.telerik.com/account/support-tickets/view-ticket?threadid=1063565 

I asked me questions about the Kendo-UI Grids toolBar that is only place at the top of datatables.

I’ve been reading on forum thread that, with javascript, we can place it elsewhere but i don’t think that it is very clean code and maintainable.

I'd like this toolbar to be adaptable according to the design I need !

So I suggest to modify/improve this component to fit more situations 
(eg.: 
 - to place it in the "page’s information zone"  for export buttons  
 - to place it at the bottom of datagrid for ending actions’ buttons because at the top is a good place to propose filters to user and way to organize datas
 - etc.) 

or 

to have the possibility to combine many situations (Toolbar & endToolbar & informationToolBar) with multiple toolbars at different places.
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.
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.
Declined
Last Updated: 16 Dec 2021 12:07 by ADMIN
Created by: Scott Waye
Comments: 0
Category: Grid
Type: Feature Request
1
The grid validation does not work well when the grid is part of a complex form containing simple fields and a Kendo Validator.  See this forum thread: http://www.telerik.com/forums/grid-custom-validation-not-shown

The grid validation should integrate better with a form level kendo validator so you can validate both the grid and the simple fields easily.
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.