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

RadGridView - Remove Grouping panel

1 Answer 1708 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 29 Dec 2008, 11:11 AM
HI there!
Anyone knows how to remove ( at least hide )  the grouping bar that appears above the radgridview component ?You know, that bar wich says "Drag a column header and drop here ...blah blah blah" . I cannot find a suitable property or method to do that ...

Please help,
Ivan Frias

1 Answer, 1 is accepted

Sort by
0
Accepted
Hristo Deshev
Telerik team
answered on 29 Dec 2008, 01:11 PM
Hi Ivan,

ShowGroupPanel is the one you need.

<telerik:RadGridView Name="RadGridView1" ShowGroupPanel="False"
</telerik:RadGridView> 
 


Best wishes,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Ivan
Top achievements
Rank 1
Answers by
Hristo Deshev
Telerik team
Share this question
or