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 ???

JS
mygrid.setHeader(“A,B,C”,null,[“font-weight:bold;”,"",""])

XML
<column … ><![CDATA[A]]>