I have a TelerikGrid component with some columns.
I need to center the header text for one of these.
I read some solutions adding css, but it apply to all columns, or it select the column by position.
I need to apply the align style only for specific columns and not reference it by position.
It is possible?
I also tried HeaderTemplate but to center align a column i need to access the parent element with .k-link and the header template is nested inside it.
How to solve?
Thanks