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
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!