Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Sep 25, 2008 11:20
open dhtmlx forum
DHX Grid: How to make column header text bold ?

Hi there,
I want to make column header text bold BOTH thru javascript and if I write column tag in XML.
How to do this with both the approach ???
Answer posted by Stanislav on Sep 29, 2008 16:28
JS
mygrid.setHeader("A,B,C",null,["font-weight:bold;","",""])

XML
<column ... ><![CDATA[<span style='font-weight:bold;'>A</span>]]></column>