Hi,
Is there a way to center-align the text within a column header of a hierarchical grid? I have been using templates to align the values within a column but I can't seem to get the column headers to stop being left-aligned.
Thank you.
Hi mbhydro,
To center align the column header you can set the following css class:
.ui-iggrid-header
{text-align:center !important;}
Let me know if this is not the behavior you are looking for or if any additional assistance is needed.
Thanks Troy! That did the trick.