jQWidgets Forums

jQuery UI Widgets Forums Grid How to change font size of jqxGrid Header Reply To: How to change font size of jqxGrid Header


Dimitar
Participant

Hi Subramanian,

You can achieve this by modifying the CSS of the class jqx-grid-column-header, e.g.:

.jqx-grid-column-header {
    font-size:10px;
    font-weight:bold;
}

Best Regards,
Dimitar

jQWidgets team
http://www.jqwidgets.com/