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

Expand a grouping by default

2 Answers 134 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Peter Vandenborre
Top achievements
Rank 1
Peter Vandenborre asked on 13 Apr 2010, 10:14 AM
Hello,

I have a RadGridView with serveral GridViewDataColumn's. The rows are grouped by a groupdescriptor.

<

 

telerikGrid:RadGridView.GroupDescriptors>

 

    <Telerik_Windows_Data:GroupDescriptor Member="Category" SortDirection="Ascending" DisplayContent="Categorie"/>

 

</telerikGrid:RadGridView.GroupDescriptors>

 

By default, all these groups are collapsed. How do I make all these group expanded by default? So they are still grouped, but the groups are not collapsed when the table is loaded.

Many thanks in advance.

Best regards,

Peter

2 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 13 Apr 2010, 10:49 AM
Hello Peter Vandenborre,

Try with the AutoExpandGroups property.

Sincerely yours,
Ross
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Peter Vandenborre
Top achievements
Rank 1
answered on 13 Apr 2010, 10:58 AM
Thanks, that was exactly the property I was looking for, this solved the issue.
Many thanks!
Tags
GridView
Asked by
Peter Vandenborre
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Peter Vandenborre
Top achievements
Rank 1
Share this question
or