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

Individual Column Header Alignment

1 Answer 279 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 06 Feb 2013, 02:58 PM
Is it possible to make a column header to be dentered while the rest follows the default setting?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 07 Feb 2013, 09:54 PM
Hello Raymond,

You can achieve this using JavaScript. For example: 
$(".k-grid-header tr th").eq(1).css("text-align", "center");

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Raymond
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or