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

Remove Header

2 Answers 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jo
Top achievements
Rank 1
jo asked on 10 Sep 2008, 09:36 PM
I'm using pivot table(display the data in a reverse order)to dispay the data and I dont want to display header on this grid. How do I remove the header panel from the grid.

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 11 Sep 2008, 05:49 AM
Hello Jo,

Try to set ShowHeader to false:
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" ShowHeader="false"

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
jo
Top achievements
Rank 1
answered on 12 Sep 2008, 04:47 PM
thanks!
Tags
Grid
Asked by
jo
Top achievements
Rank 1
Answers by
Daniel
Telerik team
jo
Top achievements
Rank 1
Share this question
or