Unplanned
Last Updated: 24 Jun 2021 09:44 by ADMIN
ADMIN
Martin Ivanov
Created on: 15 Aug 2018 13:04
Category: TreeListView
Type: Bug Report
10
TreeListView: The indent of the row is not updated if an item is moved on another level of the data hierarchy at run-time
If you move an item from one level to another into the tree, the indent of the corresponding row won't get updated. This is reproducible only if the new parent of the moved item is expanded, while the operation is executed.

Usually, this can be reproduced by calling the ExpandHierarchyItem() for the new parent item method just after the moving of the original item.

To resolve this you can delay the expanding of the item. Note that the expanding is executed manually by calling the ExpandHierarchyItem() method. So, you can use a dispatcher with a lower DispatcherPriority to delay this.

Or alternatively, you can collapse the item before expanding it (using the CollapseHierarchyItem() method).
2 comments
ADMIN
Martin Ivanov
Posted on: 24 Jun 2021 09:44

Hello Eric,

This is not included in the current planning. Follow the item in order to get notified once its status changes.

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Eric
Posted on: 23 Jun 2021 22:16
Any ideas on when this will be fixed?