Telerik UI for WinForms
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for WinForms
This is a migrated thread and some comments may be shown as answers.
Disabling grouping header
1 Answer
40 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.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
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
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
GridView
Asked by
Peter Luth
Top achievements
Rank 1
Answers by
Dwight
Telerik team
Share this question
or
Copy link