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

Hide row above headers

2 Answers 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Valentin
Top achievements
Rank 1
Iron
Iron
Valentin asked on 28 Jun 2016, 12:49 PM

Hello,

You can see a screen about my window contening RadGridViews. So, I've a got a line above each header of each GridView, and I don't found how I can hide it.

Can you help me ? Thanks.

2 Answers, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 29 Jun 2016, 02:59 PM
Hello Valentin,

The element you need to hide is RadGridView`s GroupPanel. Setting the "ShowGroupPanel" property of the control to "False" should work for you:

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

Regards,
Stefan Nenchev
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Valentin
Top achievements
Rank 1
Iron
Iron
answered on 30 Jun 2016, 06:44 AM

Hello,

 

Thank you very much !

Tags
GridView
Asked by
Valentin
Top achievements
Rank 1
Iron
Iron
Answers by
Stefan Nenchev
Telerik team
Valentin
Top achievements
Rank 1
Iron
Iron
Share this question
or