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

How to hide the header column title when grid loads

2 Answers 652 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Abhishek
Top achievements
Rank 1
Abhishek asked on 30 Sep 2014, 03:03 PM
Hi,

 We want that when the grid loads, header bar should appear but column title should not display. When we tried to set as column title as '', still the field name showed up in the grid header.

 Can you please let me know how to fix this.

Thanks a lot.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimiter Madjarov
Telerik team
answered on 01 Oct 2014, 07:33 AM
Hi Abhishek,


You could add the following CSS styles to achieve the requirement.
E.g.
#GridId .k-grid-header {
   display: none;
}

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Abhishek
Top achievements
Rank 1
answered on 31 Oct 2014, 05:20 PM
Thanks a lot - solved the issue.
Tags
Grid
Asked by
Abhishek
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Abhishek
Top achievements
Rank 1
Share this question
or