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

Disabling grouping header

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Peter Luth
Top achievements
Rank 1
Peter Luth asked on 06 May 2008, 12:21 PM
I am trying to hide visually the grouping header top of the GridView.

I tried setting EnableGrouping to false on the MasterGridViewTemplate, but it still appears at the top.

1 Answer, 1 is accepted

Sort by
0
Dwight
Telerik team
answered on 06 May 2008, 01:43 PM
Hi Martin,

To control the visibility of the Group Panel above the header row, use RadGridView.ShowGroupPanel:
 
this.radGridView1.ShowGroupPanel = false

MasterGridViewTemplate.EnableGrouping controls the grouping functionality (i.e. whether the data will be grouped or not).

Regards,
Evtim
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Peter Luth
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or