Categories | Question details Back To List | ||
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> |