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

Hiding Group Panel

2 Answers 133 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 2
Jaime asked on 11 Dec 2008, 04:55 PM
Hi,

We are trying to hide the group panel on the Data Grid, but it won't just go away.

We have..
    
<my1:RadGridView x:Name="AreasGridSelect" AutoGenerateColumns="True" MultipleSelect="True" ShowGroupPanel="False"  ShowColumnHeaders="False" ></my1:RadGridView>
                               
or in code behind.. 

AreasGridSelect.ShowGroupPanel = false;

Are we doing something wrong?

Thanx in advance...

2 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 12 Dec 2008, 01:41 PM
Hi Jaime,

This is a know issue in the CTP release and we have already addressed it. The fix will be available in our next release which is scheduled for next week.

Regards,
Milan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jaime
Top achievements
Rank 2
answered on 19 Dec 2008, 08:15 PM
Hi! I tried the mid December releace and the hiding works fine now.

Thanx.
Tags
GridView
Asked by
Jaime
Top achievements
Rank 2
Answers by
Milan
Telerik team
Jaime
Top achievements
Rank 2
Share this question
or