Unplanned
Last Updated: 30 Aug 2018 13:25 by ADMIN
ADMIN
Hristo
Created on: 30 Aug 2018 13:22
Category: TreeView
Type: Bug Report
0
FIX. RadTreeView - incorrect initial TriState of parent nodes when data-bound in object-relational hierarchy
Workaround: Expand and collapse the nodes so that they are synchronized
this.radTreeView1.ExpandAll();
this.radTreeView1.CollapseAll();
0 comments