Hi Team,
I would like to request a row under the column titles which would hold aggregates similar to a footerTemplate.
Thank you!
When culture different than 'en-..' is set in Grid the validation.min for the Date field is not taken into account.
In case a culture different than 'en-..' is selected the min value for the DatePicker is not applied.
The min value should be set for the DatePicker no matter of the culture.
edit: function(){
$('[data-role="datepicker"]').data("kendoDatePicker").setOptions({ min: new Date()})
},
In a Grid with a locked column, if you use the setDataSource method, the row sizing stops working.
The Row sizing functionality stops working.
The row sizing should work
Hi Team,
I would like to request to disable the AutoComplete functionality for string columns when the Filterable mode is set to row or menu, row. This would help prevent extra Read calls for the string filters.
Thank you!
Hello team,
I noticed a bug with Kendo Grid since the 2023 R2 release, including the SP1 and SP2. Navigation with TAB isn't working as it should be, like in 2023 R1.
You can see an example here if you switch between the libraries : https://dojo.telerik.com/aBAJEteY
When being on a cell and pressing TAB, we should move to the next cell in edit mode, but in the last versions of 2023 R2, 1 cell of out 2 enters the edit mode. If we even look closely, we see that the cell actually enters the edit mode but it leaves it very quickly.
It happens to me on Firefox
Hope this is a bug and not feature.
This functionality is showcased in the following KB article:
https://docs.telerik.com/kendo-ui/knowledge-base/grid-filter-multi-checkboxes-external-datasource
I'd like to request it as a built-in feature in the Grid.
Bug report
Download Builder Tool does not add all dependencies for Grid
Reproduction of the problem
Download Builder Tool does not add Chip and ChipList as dependencies that are needed when grouping is enabled.
Expected/desired behavior
Al dependencies shall be added to the Grid
Environment
Kendo UI version: [all]
Browser: [all]
The Pager breaks if you use the setOptions method to alter its options.
Regression introduced with 2023.2.829
After checking a checkbox, only the arrows remain from the Pager.
The Pager should remain whole when you alter its options.
Hi Team,
I would like to request a way to utilize multiple edit modes for the Kendo UI Grid. For example, configure updating the Grid with inline editing, but when creating a record, use popup editing.
Thank you!
Currently, when the draggable column is also set to locked the rows cannot be reordered. - Dojo - https://dojo.telerik.com/@NeliKondova/ErOlEgUP
I would like to be able to reorder the rows in the Grid when the draggable columns to locked.
When a user cancels an inline edit, hidden columns appear instead of staying hidden.
The hidden columns should remain hidden upon canceling an edited row.
The icons for 'Move previous' and 'Move next' in the 'Set Column Position' ColumnMenu item in RTL Grid are not correct.
The previous and next icons do not correspond to the correct direction.
The positions of the previous and next icons should be switched.
When the scrollable option of the Grid is set to "virtual: 'columns'", the reordering of the columns cannot be performed while dragging over the field headers.
Regression introduced with 2022.3.913
The columns cannot be reordered from the field headers. Instead, the field headers are flickering.
Screen recording - https://screenpal.com/watch/c0jrQ2Vpr8e
If the reordering is performed below the headers, it works properly.
Should be able to reorder the columns from the field headers without flickering.
When PivotConfiguratorV2 and Grid are configured on the same page and sortable and/or filterable are enabled for both components an error is thrown in the console when trying to filter.
The following error is thrown in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'close')
There should be no error in the console and it should be possible for both PivotConfiguratorV2 and Grid to be sortable and filterable.
In the draggable Grid, after new items are created the dragging of the rows does not work as expected.
Sometimes the rows can not be moved at all, sometimes it is dropped in the wrong place.
The rows should be dragged and dropped without any issue even after creating new items in the Grid.
The above behavior has been requested several times in the following forum thread.
https://www.telerik.com/forums/grid-column-locking-with-detail-template
I would like for this limitation to be revised or for some other solution to be provided.
Test Environment:
OS: Windows 11 Version 22H2(OS build 22621.1992)
Browser: Edge browser version 115.0.1902
Screen Reader: Narrator.
Repro Steps:
Actual Result:
Incorrect role defined as "link" for the "Metric type filter column setting" button.
Expected Result:
Correct role defined as "link" for the "Metric type filter column setting" button.
Bug report
When tabbing through the row filter inputs of a virtual Grid only headers are scrolling
Reproduction of the problem
Run this Dojo - https://dojo.telerik.com/IjuJoRAx/5
Expected/desired behavior
Headers and columns shall scroll when tabbing through the row filter inputs
Environment
Kendo UI version: [all]
jQuery version:[all]
Browser: [all ]
In Grid with classic columnMenu, both filter and columns popups appear if you move the mouse quickly over both.
Regression introduced with 2023.2.606
Video to reproduce: https://screenpal.com/watch/c0iI6fVgJjm
Both Filter and Columns popup appear together
Only one of the popups should be visible at a time