Completed
Last Updated: 06 Mar 2024 14:28 by ADMIN
Created by: Rob
Comments: 0
Category: TreeList
Type: Bug Report
2

Bug report

TreeList autoFitColumn doesn't work properly.

Reproduction of the problem

Run the first sample from here:
https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/methods/autofitcolumn

Alternatively, open this dojo:
https://dojo.telerik.com/uvafiZeh

Current behavior

image

Expected/desired behavior

image

TicketID:

1519223

Completed
Last Updated: 22 Feb 2024 12:37 by ADMIN

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 ]

Completed
Last Updated: 07 Feb 2024 08:25 by ADMIN
Release 2024 Q2
Created by: Support
Comments: 0
Category: TreeList
Type: Bug Report
0

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]

Completed
Last Updated: 15 Dec 2023 11:15 by ADMIN

Bug report

TreeList shows wrong total and paging when we expand or collapse a row after filtering.

Reproduction of the problem

1. Go to TreeList demo link - https://demos.telerik.com/kendo-ui/treelist/index
2. On "Position" column apply filter with value "VP, Engineering"

3. After filtering only 4 rows will be visible, and the number of rows at the bottom of grid shows "1 - 4 of 4 items".
4. Now collapse the second row. Notice that the total at the grid bottom changes to "1 - 15 of 4 items" which is wrong.


Expected/desired behavior

The shown message within the pager has to be "1 - 4 of 4 items" instead of "1 - 15 of 4 items".

Environment

* **Kendo UI version:** 2019.3.1024
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 14 Dec 2023 08:36 by ADMIN
Created by: Papas
Comments: 6
Category: TreeList
Type: Bug Report
9

Steps to reproduce bug:

  • add also toolbar: ["excel"] on config options
  • Run dojo and hit export

The result has broken Headers

Completed
Last Updated: 27 Nov 2023 12:03 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Created by: Ryan
Comments: 0
Category: TreeList
Type: Bug Report
0

Bug report

Cannot expand and collapse TreeList items properly in mobile and responsive dimensions.

Regression introduced with 2023.1.314

Reproduction of the problem

  1. Open the following Dojo example - https://dojo.telerik.com/@Zornitsa/iSatOFon
  2. Use the DevTools of the browser to simulate a mobile device or open the Dojo on a mobile device.
  3. Try to expand or collapse any item.

Current behavior

The items of the TreeList cannot be toggled properly.

Expected/desired behavior

Should be able to toggle the items of the TreeList properly in all dimensions.

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Completed
Last Updated: 27 Nov 2023 09:29 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Created by: Bradley
Comments: 0
Category: TreeList
Type: Bug Report
0

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 ]

Completed
Last Updated: 21 Nov 2023 08:36 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

If the TreeList's reorderable option is enabled, the filter input is not focusable.

Regression introduced with 2023.2.606

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/iDogeqoh
  2. Try to focus the filter inputs

Current behavior

The filter input is not focusable.

Expected/desired behavior

The filter input should be focusable.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Completed
Last Updated: 17 Nov 2023 08:09 by ADMIN
Release R1.2024-Increment.2+3(31.Jan.2024)
Created by: Tony
Comments: 0
Category: TreeList
Type: Bug Report
2

Collapse state is incorrect when exporting TreeList while some nodes are collapsed.

Reproduction steps: 

  • Open and run the dojo example
  • Click the Export button in TreeList
  • Click the toggle button of the item

Actual: Alert shows "Collapsed"

Expected: Alert shows "Expanded"

Regression introduced in 2019.2.514
Related to: https://github.com/telerik/kendo-ui-core/issues/4696 

Code: https://github.com/telerik/kendo/blame/master/src/excel/main.js#L43 

 

Completed
Last Updated: 19 Oct 2023 13:37 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

Bug report

TreeList items cannot be expanded or collapsed when a row template is set.

Reproduction of the problem

  1. Open the following Dojo - https://dojo.telerik.com/aDilOsAC
  2. Try to collapse the parent items.

Current behavior

The parent items cannot be collapsed or expanded.

Expected/desired behavior

Should be able to collapse and expand the parent items.

Workaround

Add the 'ref-treelist-expand-collapse-icon' attribute to the expand/collapse caret icons programatically in the expand, collapse, and dataBound events:

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Completed
Last Updated: 12 Jun 2023 12:09 by ADMIN
Release R3.2023-Increment.1(19.July.2023)

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]

Completed
Last Updated: 31 Mar 2023 11:21 by ADMIN

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

Completed
Last Updated: 16 Feb 2023 16:34 by ADMIN

In a out of the box popup edit, the update/cancel buttons are to the left, should be to the right for consistency with grid. Add class k-actions-end to the div with k-edit-buttons as done in grid.

I am using bootstrap-v4 css file.

Completed
Last Updated: 25 May 2022 07:15 by ADMIN
Created by: Randy
Comments: 0
Category: TreeList
Type: Bug Report
2

Bug report

If the read() method of the data source of the TreeList widget is called, the pager is not refreshed. It retains the only pages and information.

Reproduction of the problem

1. Update the data source of the TreeList widget.

2. Notice that the pager is not completely refreshed.

A Dojo sample for reproduction:

https://dojo.telerik.com/aHIPUgIz

Expected/desired behavior

Refresh the pager whenever the data source of the TreeList is refreshed.

Environment

* **Kendo UI version:** 2019.3.1023
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 08 Feb 2022 08:04 by ADMIN

Setup a Treelist with paging

edit set to popup

get "Maximum call stack size exceeded" error after update

I removed the paging and it works as expected

 

 

Completed
Last Updated: 20 May 2021 15:55 by ADMIN
Release 2021.R2.SP.next

Hello,


We have a grid of tasks and each row has a detail's pane (hierarchy) that shows, when expanded, a tree list of sub-tasks.

If you attempt to delete a tree list node (not the last) it will delete the node correctly, but will trigger the grid's to prompt the user to make sure the item should be deleted or not (which is NOT normal). But when this is shown, it is already too late to Cancel has the tree list has already deleted the item. Users don't understand why they are given a chance to prevent the deletion, but it does not work.

So in short, we want the tree list, when the users deletes a node, to not trigger (i.e. to prevent) the grid's item deletion.

Here is a dojo that shows what happens:

https://dojo.telerik.com/APaXoRuR

Steps to reproduce the bug:
  1. Load the Dojo and open the Network tab of the developer toolbar
  2. Expand one of grid's detail row
  3. Attempt to delete one of the tree list items (except the last item)
  4. Note the dialog popup which is not normally shown for a treelist
  5. Note the Item is already deleted anyway... before the popup is shown...
  6. Click Cancel on the dialog
  7. The item disappears even if you did cancel

Please let me know if you need more information,


Regards,

Eric.

Eric Boulé, B.Eng.
Solution Architect
Centre d’Essais Techniques de la Qualité (CETQ) | Quality Engineering Test Establishment (QETE)
Department of National Defence / Government of Canada
Eric.Boule@forces.gc.ca

Completed
Last Updated: 18 Mar 2021 12:14 by ADMIN
Release 2021.R1.SP.next
Created by: Konstantin
Comments: 0
Category: TreeList
Type: Bug Report
0

### Bug report

The change event is not triggered, when a checkbox is selected in the Keno UI TreeList widget.

### Reproduction of the problem

1) Create a checkbox selectable TreeList widget;

2) Select/check any of the checkboxes;

3) The change event is not triggered;

4) Unselect/uncheck any of the checkboxes;

5) The change event is triggered;

A Dojo sample for reproduction: https://dojo.telerik.com/EWUFOhip

### Expected/desired behavior

The change event should be triggered, when a checkbox is selected in a checkbox selectable TreeList widget.

### Environment

* **Kendo UI version:**2021.1.119
* **jQuery version:** 1.12.4
* **Browser:** [all]

Completed
Last Updated: 05 Feb 2021 07:26 by ADMIN
Release 2021.R1.SP.next

Bug report

TreeList Drag and drop row to the bottom of the list does not work when the bottom item has no children

Reproduction of the problem
1. Open the following Dojo: 

https://dojo.telerik.com/eTiZONIj

2. Drag Jane and Drop it under Maria

Current behavior

Jane goes above Maria
Expected/desired behavior
Jane shall be placed at the bottom of the list under Maria

Environment
Kendo UI version: 2020.3.1118
Browser: [all]

Completed
Last Updated: 04 Feb 2021 13:55 by ADMIN
Release 2021.R1.SP.next

### Bug report

When the columns of the Kendo UI TreeList have the attributes option set, a JavaScrip error is thrown. 

### Reproduction of the problem

1. Set the attributes property for any of the columns in the TreeList.

2. Call the setOptions() method.

3. An error in the console is present.

https://dojo.telerik.com/OKUnEDiJ

### Environment

* **Kendo UI version:** 2020.3.1118
* **jQuery version:** 1.12.4
* **Browser:** [all[]

Completed
Last Updated: 06 Oct 2020 14:19 by ADMIN
Release 2020.R1.SP2

### Bug report

When the footerTemplate option of the TreeList is specified for a column that is part of a multi-column header configuration, the template is not rendered.

### Reproduction of the problem

1. Set a footerTemplate option for the nested column. Dojo sample for reproduction:

https://dojo.telerik.com/iKisAZaS/16

### Environment

* **Kendo UI version:** 2020.1.219
* **jQuery version:** 1.12.4
* **Browser:** [all ] 

1 2