Unplanned
Last Updated: 03 Aug 2016 13:08 by ADMIN
ADMIN
Dimitrina
Created on: 27 Nov 2014 09:44
Category: GridView
Type: Bug Report
1
GridView: Binding to IsExpanded property not supported for GroupHeaderRow
The same works fine with the old Nested mode.
2 comments
ADMIN
Dimitrina
Posted on: 24 Jun 2015 14:20
Hi Tobias,

I am sorry to hear this important to you functionality is still not available.
Since the issue is not reproducible with the old “Nested” mode, may I ask you to try not setting GroupRenderMode=”Flat” (i.e. using the default GroupRenderMode=”Nested”)?

For example:
<telerik:RadGridView x:Name="PeopleGrid" ItemsSource="{Binding People}" AutoExpandGroups="False">
            <telerik:RadGridView.GroupRowStyle>
                <Style TargetType="telerik:GridViewGroupRow" BasedOn="{StaticResource GridViewGroupRowStyle}">
                    <Setter Property="IsExpanded" Value="{Binding Converter={StaticResource SomeConverter}, FallbackValue=True}" />
                </Style>
            </telerik:RadGridView.GroupRowStyle>
</telerik:RadGridView>
TMatt
Posted on: 16 Jun 2015 05:18
Half a year has passed and this is still not fixed?