we're using the RadGridView in our MVVM application, so no code-behind or explicit C# code talking to the controls -
How can we specify that grouped rows are expanded by default in the XAML?
Grouping is achieved via ColumnGroupDescriptor in our case.
Thanks,
Jay
1 Answer, 1 is accepted
0
Yoan
Telerik team
answered on 30 May 2014, 08:55 AM
Hi Jay,
In order to achieve your goal, you can set GridView's AutoExpandGroups="True" property.
Regards,
Yoan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.