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

[Solved] Hiding the header columns in Grid

1 Answer 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Karan Misra
Top achievements
Rank 1
Karan Misra asked on 20 Jun 2011, 04:16 PM
Hey,

My company has just bought a license for the Telerik ASP.NET MVC library! Very excited to be using it.

But I am slightly disappointed by the documentation. Could have been more exhaustive.

Ok here goes:

How do I disable the header columns from appearing? Do I have to resort to using CSS or is there a API way of doing it?

Regards,
Karan Misra

PS: Hopefully I didn't miss this in the documentation somewhere.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Jun 2011, 05:01 PM
Hi Karan,

You can use CSS:

.t-grid-header
{
      display: none ;
}

Best wishes,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Karan Misra
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or