Declined
Last Updated: 29 Jul 2021 14:17 by ADMIN
Created by: Holger
Comments: 1
Category: Grid
Type: Feature Request
2
Please make the grid selection cancelable.
Declined
Last Updated: 29 Jul 2021 13:57 by ADMIN
Created by: Mohsen
Comments: 1
Category: Grid
Type: Feature Request
5
Just like KendoUI supports offline datasource sync.
Declined
Last Updated: 29 Jul 2021 13:07 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
10
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.

Declined
Last Updated: 27 Jul 2021 15:15 by ADMIN
Created by: Imported User
Comments: 3
Category: Grid
Type: Feature Request
19
Since column reordering is now avaialble, could you implement a way to set column index as an Input property, so it can be saved and loaded later?
Declined
Last Updated: 27 Jul 2021 12:08 by ADMIN
Created by: Myo
Comments: 1
Category: Grid
Type: Feature Request
5
Hi ,

I would like to vote for this .
Declined
Last Updated: 26 Jul 2021 15:06 by ADMIN
Created by: Musashi
Comments: 2
Category: Grid
Type: Feature Request
4
Scroll position is lost when navigating between routes. A way to set scroll position on the grid would be nice for navigating to a previous route.
Declined
Last Updated: 13 Jul 2021 14:03 by ADMIN
I am honestly quite surprised that this isn't possible... if anyone has a workaround to make this happen it would be much appreciated. All I want to do is make the grid headers go 'Vertically' and have each 'row' become a column.
Declined
Last Updated: 13 Jul 2021 12:37 by ADMIN
ADMIN
Created by: Petyo
Comments: 1
Category: Grid
Type: Feature Request
2
Requested for Kendo UI originally, seems to be common scenario:

http://www.telerik.com/forums/automatically-hide-a-column-when-a-user-drags-it-up-to-be-a-group-header
Declined
Last Updated: 13 Jul 2021 12:09 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
Exporting grid and chart in single pdf. If we have grid and chart in seperate tab. 

With hidden content what if we have a  pagination in grid and want complete grid and chart.

https://stackblitz.com/edit/angular-8tdtwv-p6r75m?file=app/app.component.ts
Declined
Last Updated: 22 Jun 2021 14:17 by ADMIN
Created by: Shabih
Comments: 1
Category: Grid
Type: Feature Request
1
Hi , Can we have autocomplete feature in a Kendo GRID for angular so that when a user clicks on edit button to edit fields of a row ,the auto complete feature can be triggered on individual fields , also if this feature exists can some one please let me know about it . I couldn't find it in kendo grid documentation.
Declined
Last Updated: 22 Jun 2021 14:07 by ADMIN
Created by: Seyfor
Comments: 1
Category: Grid
Type: Feature Request
1

Provide an example demonstrating, how to persist the state of a grid using grouped columns.

Declined
Last Updated: 22 Jun 2021 14:04 by ADMIN
Created by: David
Comments: 2
Category: Grid
Type: Feature Request
2

When assigning data to a grid dynamically (ie: not specific columns to a grid) the Grid Columns should autosize to the width of the headers. Currently the only workaround is to use grid.AutoFitColumns() and wrap it in a timeout function. This causes erratic jumps in grid rendering and looks unprofessional.

 

Users should have the option to set gridColumnAutosize = true in the grid component. Then if users dynamically assign the grid data source without explicitly assigning columns then the grid columns will autosize to the width of the column header name.

 

Here is an example of the grid trying to squeeze in all data into the visible area. When it should autosize and create a scrollbar for anything that cannot fit on the page.

https://stackblitz.com/edit/angular-9jogrg?file=app%2Fcustomers.ts

Declined
Last Updated: 22 Jun 2021 13:58 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Specifies a date/time grouping option, which determines time periods to be used as grouping values in group for Date column value..

Ex : By Date => The time portion of the values is ignored.
By Month, 
By Year 
Relative to today
etc
Declined
Last Updated: 22 Jun 2021 13:57 by ADMIN
It's possible to assign class/styles to column groups, column heads, and cells, but not to the filter cells. 
Declined
Last Updated: 22 Jun 2021 13:44 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
1
Declined
Last Updated: 22 Jun 2021 13:44 by ADMIN
An ordinary kendo-grid-column HTML tag can be styled like so:
<kendo-grid-column title="Session" [headerStyle]="{'background-color': '#6a99c1','color': '#fff'}">

... for example. But when I use the directive kendoGridDetailTemplate  the left-most genereated header-column can not be styled as far as I have seen. It should be possible to somehow style this header-column also.
Declined
Last Updated: 22 Jun 2021 13:43 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
how to debouce time on use GroupBindingDirective ?
Declined
Last Updated: 22 Jun 2021 13:42 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
for excelExport, there's only autoWidth option for all columns, not for some specific cells. Say I want to have a long description at the top of excel, but I don't want it to have autoWidth because it will make other cells in the same column have long trailing spaces. So we need a way to override the global autoWidth column setting.
Declined
Last Updated: 22 Jun 2021 13:42 by ADMIN
Created by: Bob
Comments: 1
Category: Grid
Type: Feature Request
1
I would like to see more responsiveness in the grid.  I believe what i understand to be known as stacking could be achieved by additions to the media operator on columns.  Thus we could have media=".col-sm-12 col-md-6 col-lg-4 col-xl-3".  The underlying code could then use media queries and where the column will not fit on the device without the ugly scroll bar it would wrap the columns in a kendo-grid-span-column directive giving a card-like effect on smaller devices.  Of course this may need some columns to be hidden on smaller devices so we could also use the [hidden] directive like so: [hidden]="sm".  The next thing you would have to think about would be what to do with column headers when a row is stacked and, again, we could use the [hidden]="sm".
Declined
Last Updated: 22 Jun 2021 13:40 by ADMIN
Created by: Mark
Comments: 1
Category: Grid
Type: Feature Request
2
It would be helpful to have the ability to set maximum row height for the cells in a column so that resizing the column cannot put he grid in an undesirable state, with one row taking up the entire grid.

If a column has text in it with word wrapping enabled, when the column gets narrow, the wrapping makes the cell grow vertically as much as it needs to display everything.  If the column is made very narrow, soon that row will be the only row in the grid.  I don't think a user would ever want this to occur.

If the maximum height could be specified, then it would be possible to prevent the grid from ever getting in this rather broken state.  Ellipses, or some other indicator, should show when the content is truncated because the dimensions of the cell are too small to show the entire content.