Add persistSelection property in the Kendo UI TreeList similar to the persistSelection in the Kendo UI Grid:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection
The Kendo TreeList has an incorrect colspan value for the headers when the first column is hidden and the file is exported to Excel.
Dojo:
https://dojo.telerik.com/IFuCutaV/4
The names of the headers are not displayed in the correct positions.
Hi Team,
I'd like to request the functionality to filter only parent records and not the child's records.
Thank you!
Export to PDF feature is exporting the PDF as single page and the PDF is not printer friendly. Please add Multi page support.
Hello,
We found a bug in the latest version of Kendo related to the reordering columns in Treelist when inside a Grid DetailTemplate
See the Dojo below to replicate the problem:
https://dojo.telerik.com/exotEsej
Expand the detail row under a grid row and attempt to drag one of the treelist column titles to the left or right and note that an error is thrown.
Uncaught TypeError: Cannot read properties of undefined (reading 'lockable')
Let us know when you have a workaround for this as it prevents us from promoting this version of Kendo to our production environment.
Thank you,
Brad Garner
Bug report
TreeList with TextArea editor and locked columns do not align row height between locked and non-locked tables
Reproduction of the problem
1, Open below Dojo
2. Click on a cell within the locked table to edit
https://dojo.telerik.com/UwUmoWOX
Current behavior
Clicked locked row height not aligned with the row height of the non-locked row
Expected/desired behavior
TreeList with TextArea editor and locked columns shall align rows between locked and non-locked tables
Workaround:
$("#treelist").getKendoTreeList()._syncLockedContentHeight();
Environment
Kendo UI version: all
jQuery version: x.y
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
When the style attribute is used to style the 'td' elements in the TreeList, the attribute is removed from the rendered markup.
The style attribute is removed.
The style attribute should persist in the rowTemplate.
In the TreeList, the row colors are not consistent with other technology divisions, e.g. Angular. With the Classic Silver theme, the rows are not consistent regarding the alternating background colour approach. Additionally, in the Default theme, the rows are not as differentiated as they should be by design.
Note: the issue appears to be related to the k-treelist-group class on the elements in the TreeList.
Workaround: https://dojo.telerik.com/ORIjOcAB/3
The rows' background color are not consistent in regard to alternative background colors.
The rows' background colors should be consistent with the design.
When there is a frozen column in the TreeList, not all the columns are resized correctly on double-clicking on the resize handler.
The Position column is not resized and a scrollbar may appear depending on the width of the screen
The behavior when clicking on the drag handler should be the same for all the columns. In the described scenario the Posiiton column should be resized as well.
Bug report
Regression with 2023.2.718
Sortable TreeList with locked columns with non-sortable column shows the sort title on mouseover.
Also, if using headerTemplate we will see the template on mouse over
Reproduction of the problem
Dojo: https://dojo.telerik.com/AWeLACac
Hover the first column title
Expected/desired behavior
The correct title must be displayed
Environment
Kendo UI version: [2021.2.511 or newer]
Browser: [all]
Based on the MVVM demo: https://demos.telerik.com/kendo-ui/treelist/mvvm
DoJo: https://dojo.telerik.com/aYocadiS
Description: MVVM TreeList with column template, inside the template is a MVVM button.
Steps to reproduce:
- open the DoJo
- Button is rendered correctly
- expand a row
- Buttons are now messed up and don't work anymore
If the TreeList's reorderable option is enabled, the filter input is not focusable.
Regression introduced with 2023.2.606
The filter input is not focusable.
The filter input should be focusable.
Bug report
Icons are missing on TreeList export buttons since R2 2023 version
Reproduction of the problem
Dojo: https://dojo.telerik.com/uSiDIxiR
Expected/desired behavior
Icons shall be present
Environment
Kendo UI version: 2023.2.606 or newer
Browser: [all ]
With later jQuery versions, if the TreeList's toolbar is configured, and the scrollable option is set to false, the dragging indicator is misplaced. The issue does not reproduce with jQuery 1.12.3.
The dragging indicator is misplaced
The dragging indicator should be positioned correctly to show where the row will be dropped
jQuery: 3.7.0
Kendo UI version: 2024.3.1015
Browser: [all ]
Cannot expand and collapse TreeList items properly in mobile and responsive dimensions.
Regression introduced with 2023.1.314
The items of the TreeList cannot be toggled properly.
Should be able to toggle the items of the TreeList properly in all dimensions.
TreeList items cannot be expanded or collapsed when a row template is set.
The parent items cannot be collapsed or expanded.
Should be able to collapse and expand the parent items.
Add the 'ref-treelist-expand-collapse-icon' attribute to the expand/collapse caret icons programatically in the expand, collapse, and dataBound events:
When an item is expanded and the refresh icon is displayed due to an issue with the sent request (for example а failed request), the icon gets replaced by a loading indicator once another item is expanded.
After expanding the second item, the refresh icon from the first item disappears and a loading indicator replaces it.
The refresh icon should still be displayed and should not be replaced by a loading indicator.
I needed the hierarchal datasource so I used a treelist instead of a grid. I am using a lot of special features; locked columns, columnMenu. But I found that the treelist does not support all the same things the grid does.
Here are a few I found:
Bug report
Custom dropdownlist editor in Treelist collapses the component since 2023.1.314
Reproduction of the problem
Dojo: https://dojo.telerik.com/uSufOfOt
Click on the Edit button in the top parent row
Open the DropDownList editor in Last Name column
Expected/desired behavior
TreeList shall not collapse
Environment
Kendo UI version: 2023.1.314 or newer
Browser: [all]