Hi, I have a hierarchical Grid with ShowGroupPanel set to true. Our specs require that when the users group by a column, both the grouping and the hierarchy for each row inside that group should be collapsed. I can accomplish the grouping part by setting the GroupsDefaultExpanded property to false, but when users expand each grouping, each underlying row will have its details expanded by default. HierarchyDefaultExpanded = False only seems to work when no grouping is taking place. Is there any way I can accomplish this without posting back to the server, either by setting a property to a specific value or through client-side code? Thank you.