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
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.
It would be nice to be able to configure the grid in a way that when I collapse a group, the lines it was occupying are then filled up by the results from the following pages. Kendo Grid currently only minimizes the results of the current page. It ignores the pageSize config we have set, not bringing more items to occupy the number of lines we have configured. Here are some screenshots I took from the DevExpress grid. There you can see that the column year is grouped and initially the years 90 and 91 are expanded. When I collapse the year 90, the results from the year 91 fill up the space the other group was not using anymore. http://imgur.com/a/IV4CT
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!
Description:
If screen reader is not announcing the role as button for Grid pagination controls then users will confuse and not able to utilize the control properly.
Environment (OS, Application):
Test Environment:
OS version (OS Build 22000.856)
Microsoft Edge : Version 105.0.1343.25 (Official build) (64-bit)
URL: https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/pageable
AT (include version number):
Narrator
Repro Steps:
1. Open given URL in Microsoft Edge .
2. "pageable - API Reference - Kendo UI Grid | Kendo UI for jQuery" page will open.
3. Turn on Narrator.
4. Navigate to the Grid pagination buttons using keyboard.
5. Verify that screen reader is announcing role as button or not.
Actual Results:
The pagination buttons at the bottom of grids have their role defined as link.
Expected Results:
The pagination buttons at the bottom of grids should have their role defined as a button, not link.
Additional notes:
This issue is present on any page grid pagination is used, so should address it globally
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]
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.
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
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.
<div data-role="grid" data-editable="true" data-toolbar="['create', 'save']" data-columns="columns" data-bind="source: products}"></div> var viewModel = kendo.observable({ products: ... columns:[ {field:"id", width:50}, {field: "name", width:200} ...etc ] });
Hi Guys,
Have just tripped over another regression in the 2023.1.314 release whereby resizing of a locked column also effects the sizing of any prior columns.
Reproduction of the problem
Open the Grid Frozen Column Demo
Decrease the size of the 'Ship Name' column
Current behaviour
As the width of column header decreases you hit a point where the width of the related data cells stop decreasing but the width of the data cells in previous columns start to decrease causing column misalignment. See attached screenshot.
Expected behaviour
Only the selected column should resize and previous columns should remain fixed.
Regards
Alan
Hello,
I am no longer able to change grouped columns in their position. This bug seems to have arisen with the version Kendo UI 2022 R1. I have created a gif and a dojo for you. Dojo Also, as you can see in the gif and dojo, the "group" event is not fired on a reorder.
Thanks.
When the exportSelectedToExcel is used the field name is exported in the Excel file instead of the configured title.
The selected cell/row is exported to Excel, but the header contains the field name, instead of the configured column title.
The exported header should be the same as the configured column title (this is the behavior when the file is exported using the 'Export to Excel' from the Grid`s toolbar).
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.
The Grid's pdf.repeatHeaders option does not display the column headers for each new page when exporting the Grid to PDF
Regression introduced with 2023.1.314
The column headers are displayed only on the first PDF page
The column headers should be present for each PDF page