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.

Need More Info
Last Updated: 27 Sep 2022 14:49 by ADMIN
Created by: Sergio
Comments: 3
Category: TreeList
Type: Bug Report
0

Hi,

Using Fluor´s commercial purchase, we were able to get latest kendoui.for.jquery.2022.3.913.commercial, previously we were using v2019.1.220

 

After migration, I see that when using a kendoTreeList, that has a column template, it does not properly render the template content.

 

 

Template to render:

<script id="actions-template" type="text/x-kendo-template">

    <div id="actions-revenue" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delay-input-screen-pbwbs-overview pl-1" id="delayButton-#: id #" style="display: none;">

        <i class="fas fa-calendar-alt" /></a>

    </div>

    <div id="actions-edit" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="edit-input-screen-pbwbs-overview pl-1" id="editButton-#: id #" style="display: none;">

        <i class="fas fa-pencil-alt" /></a>

    </div>

    <div id="actions-delete" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delete-input-screen-pbwbs-overview pl-1" id="deleteButton-#: id #" style="display: none;">

        <i class="fas fa-trash-alt" /></a>

    </div>

</script>

 

Rendered template (good one) with previous version v2019.1.220

 

<td role="gridcell" style="white-space: nowrap;">

    <div id="actions-revenue" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delay-input-screen-pbwbs-overview pl-1" id="delayButton-3" ><i class="fas fa-calendar-alt"></i></a>

    </div>

    <div id="actions-edit" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="edit-input-screen-pbwbs-overview pl-1" id="editButton-3" ><i class="fas fa-pencil-alt"></i></a>

    </div>

    <div id="actions-delete" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delete-input-screen-pbwbs-overview pl-1" id="deleteButton-3" ><i class="fas fa-trash-alt"></i></a>

    </div>

</td>

 

Rendered template (buggy one) after upgrading to version 2022.3.913

 

<td role="gridcell" aria-describedby="d51133dd-fb81-4e68-9d56-4d61aab7f81a" class="" style="white-space: nowrap;">

    <div id="actions-revenue" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delay-input-screen-pbwbs-overview pl-1" id="delayButton-3" >

        <i class="fas fa-calendar-alt"></i></a><i class="fas fa-calendar-alt">

    </i></div><i class="fas fa-calendar-alt">

    <div id="actions-edit" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="edit-input-screen-pbwbs-overview pl-1" id="editButton-3" >

        <i class="fas fa-pencil-alt"></i></a><i class="fas fa-pencil-alt">

    </i></div><i class="fas fa-pencil-alt">

    <div id="actions-delete" ng-show="options.displayPeriod =='MONTHLY'">

        <a class="delete-input-screen-pbwbs-overview pl-1" id="deleteButton-3" >

        <i class="fas fa-trash-alt"></i></a><i class="fas fa-trash-alt">

    </i></div><i class="fas fa-trash-alt">

</i></i></i></td>

 

As we can see in the original template there are icons wrapped in anchors, previous version rendered the template ok, but new version scrambles this tags…

I have also been playing in the Dojo and this seems to be the case.

 

Regards….

Declined
Last Updated: 06 Jun 2022 08:03 by ADMIN

Bug report

Incell edit mode of the Kendo UI TreeList requires 2 clicks to enter edit mode. The issue can be replicated only when any of the columns have a template and the widget is used in AngularJS environment.

Reproduction of the problem

1. Create a TreeList widget, set the incell edit mode, and set a template for any of the columns.

2. Edit one cell and directly click on the next one - it requires 2 clicks to open for edit.

Sample for reproduction:

https://dojo.telerik.com/OGOkODos

Environment

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

Unplanned
Last Updated: 03 Jun 2022 13:25 by Piotr
Created by: Piotr
Comments: 0
Category: TreeList
Type: Bug Report
0
Hi, I found a bug which is reproduced in following dojo: https://dojo.telerik.com/OcaTEbOk
I need to disable row which meet some conditions after dataBound event. To do that class 'k-disabled' is added to each tr in grid and it works fine. Now, I collapse node with disabled rows and expand it again. Even nodes are indeed disabled but odd nodes are enabled (k-disabled class is removed from these rows). Check example provided above. Try to collapse 'Constance Vazquez' node (there are only disabled rows there) and expand again. 
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

 

 

Unplanned
Last Updated: 19 Jan 2022 07:32 by ADMIN
Created by: Andrej
Comments: 1
Category: TreeList
Type: Feature Request
7

Please consider adding persis selection functionality to the TreeList. Such is available in the Grid:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection

Unplanned
Last Updated: 04 Nov 2021 20:30 by ADMIN
Created by: George
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to filter only parent records and not the child's records.

Thank you!

Unplanned
Last Updated: 09 Sep 2021 13:19 by ADMIN

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.

Unplanned
Last Updated: 22 Jul 2021 16:14 by ADMIN
Created by: ASG
Comments: 0
Category: TreeList
Type: Feature Request
2

Hi Team,

I would like to request the Kendo UI TreeList to have an optional setting to show aggregate values at the parent row based on the children's aggregates.  

Thank you!

Completed
Last Updated: 27 May 2021 17:27 by ADMIN
Release 2021.R2
Created by: Maher
Comments: 4
Category: TreeList
Type: Feature Request
19
apply a row template to the TreeList !
Completed
Last Updated: 27 May 2021 17:13 by ADMIN
Release 2021.R2
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

Declined
Last Updated: 14 May 2021 08:25 by ADMIN
Created by: Imported User
Comments: 2
Category: TreeList
Type: Feature Request
3
Feeling excited to see Kendo UI treelist is now paginated. It would be great if the same can have virtual scroll.
Unplanned
Last Updated: 23 Mar 2021 14:09 by ADMIN
Created by: Thomas
Comments: 0
Category: TreeList
Type: Feature Request
1

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

 

 

 

Declined
Last Updated: 22 Mar 2021 15:45 by ADMIN
Using the dataBound event is useful for initializing 3rd party widgets within a template (such as bootstrap-toggle) or to use kendo.bind to bind controls to a model. The issue is that when other rows are expanded the internal _render event is triggered which can recreate an existing row which means that the widget reverts back to standard HTML and the binding is lost.

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]

Declined
Last Updated: 04 Mar 2021 12:36 by ADMIN

When attempting to use the filter function on a TreeListDataSource, the linked TreeList control reports that are no records to display regardless of what filter is entered.  This includes attempts to clear/reset the filters using an empty object/null and behaves the same regardless of whether serverFiltering is enabled.

The TreeListDataSource object contains the expected records.

Declined
Last Updated: 25 Feb 2021 13:35 by ADMIN

When aggregate sum few child's rows the parent row not calculate only at the bottom of the treelist grid.

First I thought there is a problem in my code, after search I found this post.

I have fixed the data type but as I said the parent not include in the sum group only at the bottom total.

link : https://stackoverflow.com/questions/34848829/kendotreelist-aggregate-not-working-properly.

Thanks