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"
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]
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]
Hi Team,
I'd like to request for the Kendo UI TreeList have the ability to export to Word.
Thanks!
Collapse state is incorrect when exporting TreeList while some nodes are collapsed.
Reproduction steps:
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
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!
TreeList autoFitColumn doesn't work properly.
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
1519223
Export to PDF feature is exporting the PDF as single page and the PDF is not printer friendly. Please add Multi page support.
Some times, when we expand children, we want to see the grand children on top then children and then the parent. in my case it has to do with the date they were created and I want to show the newest first.
Hi. I'd like the ability to bind a TreeList to SignalR, much like the Grid: https://demos.telerik.com/kendo-ui/grid/signalr. Thank you.
Hi, it would be really helpful to have an event like beforeEdit (present in the Grid) in order to eventually cancel the edit event for certain rows. For example: I want the user to be able to edit only nodes without children and, as today, i cannot cancel the edit event. Tanks
Please add an ability to expand/collapse tab groups in treelist
### Bug report
The height of the locked content in Chrome with jQuery version 3.4.1 (all jQuery versions after 3.1.1) is not calculated correctly.
### Reproduction of the problem
1. Set locked content in the TreeList.
2. The height is not calculated correctly.
Dojo sample for reproduction:
https://dojo.telerik.com/EsobuqAH
### Environment
* **Kendo UI version:** 2020.1.219
* **jQuery version:** 3.4.1
* **Browser:** [Chrome | IE | Edge]
### 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 ]
We use the treelist to create our commercial offers. Each offer can have a node with lots of children at the same level.
The user should have the possibility to add a node at the same level of the selected item.
Now it is only possible to add a parent or a child in the first position and after that sorting the treelist. It is very confusing if the node list is quite long.
It will be nice to have two methods like inserAfter(selectedRow) or inserBefore(selectedRow) as for example the methods you have for the treenode
Marco
Ticket ID: 1489274
The TreeList reorderable functionality does not work when using a different field name for the parentId (not the default parentId).
In the example below the treelist with parentId: ''parentId" works well when you drag Carla under Ashley. But in the second treelist, Carla disappears
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
### 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[]
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.