Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard on Jun 14, 2008 17:24
open dhtmlx forum
setRowTextBold in xml

hi,

how can i achieve the same result as the setRowTextBold method on a row in xml?

thanks
Answer posted by Support on Jun 16, 2008 04:24
You can use "style" attribute of row tag
    <row style="font-weight:bold;"
It works not exactly the same as setRowTextBold , but cause similar visual effect ( it can be reverted from js code as grid.setRowTextStyle(id,"font-weight:normal;"); )