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

RadGridView.GridViewGroupPanel no longer exists

1 Answer 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eric
Top achievements
Rank 1
Eric asked on 22 Feb 2012, 07:05 PM
Hello,

Before upgrading to the Q1 2012 SL controls, we used to set the Visibility of the GridViewGroupPanel like so:

<telerik:RadGridView.GridViewGroupPanel>
   
<telerik:GridViewGroupPanel Visibility="Collapsed" />
</telerik:RadGridView.GridViewGroupPanel>

This now gives me a GridViewPanel does not exist on the type RadGridView and The atachable property GridViewGroupPanel was not found in the type RadGridView.

Has it moved or been deprecated?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 23 Feb 2012, 08:16 AM
Hello Eric,

Actually, the recommended approach is to work with the corresponding property of RadGridView - ShowGroupPanel:

<telerik:RadGridView Name="clubsGrid"
                                     ShowGroupPanel="False"
                                      ItemsSource="{Binding Clubs}"/>
 

Greetings,
Maya
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Eric
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or