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

Multiple level grouping expand and contract problems

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lorraine Pritchard
Top achievements
Rank 1
Lorraine Pritchard asked on 21 Aug 2008, 04:16 PM
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:

  • 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.

1 Answer, 1 is accepted

Sort by
0
Leon
Top achievements
Rank 1
answered on 21 Aug 2008, 06:56 PM
Lorraine,

Using the Server load mode could be the better choice. You can AJAX-enable the Grid via RadAjaxManager for example to avoid full page posting to the server.

Best,
~Leon
Tags
Grid
Asked by
Lorraine Pritchard
Top achievements
Rank 1
Answers by
Leon
Top achievements
Rank 1
Share this question
or