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

[Solved] Remove Column Header Bar

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Developer
Top achievements
Rank 1
Developer asked on 20 Nov 2009, 07:21 PM
This may be something simple, but how do you remove the column headings bar in a RadGrid?

So there is no confusion I created an image to show which bar I mean, and its located here:

http://www.robsonforensic.com/images/gridbar.jpg

Thank You.

Coty

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 23 Nov 2009, 04:21 AM
Hi Coty,

Try setting the ShowHeader property to false for hiding the Header row of a grid.

      <telerik:RadGrid ID="RadGrid1" runat="server"  ShowHeader="false" . . .  >

-Shinu.
Tags
Grid
Asked by
Developer
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or