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

Hiding GroupPanel

2 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sason
Top achievements
Rank 1
Sason asked on 18 Nov 2010, 02:11 PM

Hi

 

I tried to hide the GroupPanel and for that I set the ShowGroupPanel property  to fasle but nothing change.

I'm using version  Q2 2010

Can someone help me with that ?


Thank u,

2 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 18 Nov 2010, 02:17 PM
Hi Dror,

I'm using the latest Q3 release, but I cannot remember this being an issue in Q2 either. I have tried the code
this.radGridView1.ShowGroupPanel = false;
 and the group panel at the top of the grid is removed as it should be.

If you can provide code here that replicates the issue, I will look into it for you.

Best regards,
Richard
0
Emanuel Varga
Top achievements
Rank 1
answered on 19 Nov 2010, 09:12 AM
Hello Dror,

Do you just want to hide the grop panel or disable grouping altogether, if you want to disable grouping just use the following:
radGridView1.EnableGrouping = false;
//radGridView1.ShowGroupPanel = false;

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
Telerik WinForms MVP
Tags
GridView
Asked by
Sason
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Emanuel Varga
Top achievements
Rank 1
Share this question
or