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]
It would be nice to have an option to repeat the headers within each level of the tree list. This would allow a user to sort within the level. We have large datasets with lazy loads. We could use the grid control and embed a table within the grouping but users like how the columns line up in the tree list.
When you add keybord navigation to the TreeList, alongside with the ability to drag and drop TreeList rows, keyboard events won't fire. http://jsfiddle.net/ahz94f1j/2/ It looks more like an simple oversight, but we asked suppport and they responded that we should make a suggestion here.
It would be nice if the footer of the kendo treelist didn't disappear when the table is in scroll mode. I think it would be more beneficial if the footer were stagnant similar to the kendo grid.
Hi Team,
I'd like to request the functionality to drag the column header of a Kendo UI TreeList and dropping it in a grouping section to make the TreeList Groupable.
Similar to the Kendo UI Grid:
Thank you!
Hi,
column.values like feature in kendoGrid would be ideal in kendoTreeList.
Thanks
lets set the page size of treelistview and provide the endless scrolling feature along with the paging on the grid. When the user will scroll up/down the respective page from where the latest data being fetched should be selected and user should be given the flexibility to move to next page. This way user can move to the desired data (say last) using paging and enjoy the endless scrolling too.
In the treelist, I would appreciate to have a loading component when the user performs actions (sort, filter). It is very disturbing, as the user doesn't know that the tree list is loading and he has to wait. Moreover this feature already exists for flat grids.
it would be really help full to get same footerTemplate as kendo grid has where you can get the column info plus you can get the current dataItem.
Feeling excited to see Kendo UI treelist is now paginated. It would be great if the same can have virtual scroll.
Changes to edit cells are lost when clicking the next cell or other rows in the TreeList.
Dojo Example adapted from TreeList InCell Editing demo (also attached):
Add RowDetails to TreeList (similar to RowDetails for Grid).
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.
if you look at this dojo (http://dojo.telerik.com/oSOloLuR) the attributes work for kendoGrid. If you change to a kendoTreeList, the conditional attributes do not work. Is there a different way to change the attribute? I tried in the template, but can't set the background-color style in the temple.
Code from dojo with kendoGrid changed to kendoTreeList:
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