Unplanned
Last Updated: 29 Dec 2016 15:12 by ADMIN
ADMIN
Martin Ivanov
Created on: 14 Nov 2014 13:28
Category: TreeView
Type: Bug Report
1
TreeView: The expanding of items does not work as expected in a data binding scenario when the CollapseAll()/ExpandAll() methods are used
The expanding of items does not work as expected in a data binding scenario when the CollapseAll()/ExpandAll() methods are used

There is a scenario where the RadTreeView is data bound and its items IsExpanded property is bound to a property from the view model. Then the CollapseAll() and ExpandAll() methods are called. When you try to collapse the treeview items through the property from their view model (that is bound to IsExpanded) only the items in the view port are collapsed.
0 comments