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.
Declined
Last Updated: 21 Jun 2021 13:03 by ADMIN
Export to pdf...long strings..arrays to multiple page headers ..top can't be static..
Declined
Last Updated: 21 Jun 2021 13:00 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Kendo uses the field name with a colon followed by the group's value, for example with field 'type' I get 'type: Document', 'type: Event', etc. 

I would like the ability to remove the 'type: ' part, or rename it, perhaps via a GroupDescriptor property, i.e. 'fieldDisplayText'.
Declined
Last Updated: 16 Jun 2021 14:49 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
13
Refresh button like the one in the jQuery version
 http://demos.telerik.com/kendo-ui/grid/index

Example:
<ng-template kendoPagerTemplate>
     <kendo-pager-refresh-button (onRefresh)="refreshGrid()"></kendo-pager-refresh-button>
</ng-template>
Declined
Last Updated: 16 Jun 2021 13:44 by ADMIN
Created by: Sander
Comments: 2
Category: Grid
Type: Feature Request
1
When editing a row focus on the clicked column/cell directly instead of always focus on the first column. When the grid has many columns this gives unwanted user experience because of the automatic horizontal scrolling. With the new cellClick event the clicked column index is already available.
Declined
Last Updated: 16 Jun 2021 13:43 by ADMIN
When having multiselect in kendo grid and clicking on a row you now deselect all the other choices unless you hold shift or control. It would be nice to have a parameter to either have "advanced" or "simple" select, so you have the option to click a row to select/deselect it only affects the clicked row and not the whole table.
Completed
Last Updated: 16 Jun 2021 13:43 by ADMIN
Created by: Dennie
Comments: 1
Category: Grid
Type: Feature Request
1
When mouse hover over a specific row, a tooltip to show more information should be shown
Declined
Last Updated: 16 Jun 2021 13:41 by ADMIN
Created by: Trevor
Comments: 1
Category: Grid
Type: Feature Request
1
The grid needs a ton of work.  It just looks bad, the API is poor (having to do weird css selects just to find a selected row for example). 
Declined
Last Updated: 16 Jun 2021 13:38 by ADMIN
Created by: Emanuele
Comments: 1
Category: Grid
Type: Feature Request
1
When user empty the filter field relative filter state must be spliced and not -> fieldfilter filtteraction emptystring and relative clear button disappear. If someone want to filter based emptystring there is specific action (isempty or notisempty) so no need to send to remote server a request with a value empty and make user confused about filters in action.
Declined
Last Updated: 16 Jun 2021 13:37 by ADMIN
Created by: kishore
Comments: 1
Category: Grid
Type: Feature Request
1
Grid should allow multiple rows to add dynamically
Completed
Last Updated: 16 Jun 2021 13:15 by ADMIN
Created by: yaron
Comments: 1
Category: Grid
Type: Feature Request
3
disable grouping on a column
Completed
Last Updated: 16 Jun 2021 12:42 by ADMIN
Created by: Thomas
Comments: 1
Category: Grid
Type: Feature Request
2
Please think about an implementation of toolbar template for grid, similar to the jQuery version.
Can we expect something like this in the near future?
Completed
Last Updated: 16 Jun 2021 12:35 by ADMIN
Release 2020.3
Created by: Clint Singer
Comments: 1
Category: Grid
Type: Bug Report
0

Hi,

It seems there is an issue with the material theme and nested grids.   When you have master-detail nested grids, the entire last nested grid gets applied with the same styling as the bottom rows of all the other nested grid. 

The styling in my browser is showing up as

.k-grid .k-grid-content tr:last-child td.k-grid .k-grid-content-locked tr:last-child td {
  1. border-bottom-width: 0;

 

Which causes the rows in the last grid to not appear.   

I have attached an image where I have changed the styling to 5px and red so you can see that it is being incorrectly styled.  You can see that even the other rows in in the last grid are getting styled along with the last row style.

I am running the latest version of Kendo.

Cheers,

Clint