This problem is with hotfix 814.
I have a grid with two GridGroupByExpressions defined within the GroupByExpressions section of a MasterTableView. I am using GroupLoadMode client, and GroupsDefaultExpanded false. The grid is scrollable.
I am seeing three problems:
I have a grid with two GridGroupByExpressions defined within the GroupByExpressions section of a MasterTableView. I am using GroupLoadMode client, and GroupsDefaultExpanded false. The grid is scrollable.
I am seeing three problems:
- The GroupsDefaultExpanded setting is ignored by the second level grouping.
- The first level collapse button is interacting with the second level expand/collapse button. When I collapse an element at the top level, I can still see the second level elements - even if the second level was collapsed at that point (collpasing the first level node is expanding the second).
- Grouping text from the second level of the collapsed node is being written over the top of other information on the grid.
As a workaround I have set GroupLoadMode to be server. This works, but the user experience is not as pleasant.