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

 

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] 

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.