This is a migrated thread and some comments may be shown as answers.

Expanding group expands hierarchy

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stan
Top achievements
Rank 1
Stan asked on 04 Jan 2012, 10:55 PM

The grid has grouping and hierarchy. When the grid is loaded initiially, all hierarchy rows are collapsed.  When a grid group is collapsed and then expanded, all hierarchy rows get expanded. I don't see any configuration changes to stop it. Some of the related markup:

<MasterTableView HierarchyLoadMode="Client" HierarchyDefaultExpanded="false"  
GroupLoadMode="Client">
 ExpandCollapseColumn Visible="True">
 </ExpandCollapseColumn>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Jan 2012, 05:23 AM
Hello Stan,

In order to show the groups expanded on page load, you can set the property HierarchyDefaultExpanded as true. Check the following demo which explains more about this.
Grid / Declarative Relations

-Shinu.
Tags
Grid
Asked by
Stan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or