Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Francisco (ref# 311975135) on Jan 14, 2010 08:38
open dhtmlx forum
grid setHeader - how do you specify styles when loading from xml

grid.setHeader(hdrStr, splitSign, styles)

How do you specify styles when loading from xml?
Do we use the head/settings node?

Regards,
Francisco
Answer posted by Stanislav (support) on Jan 15, 2010 03:02
You can use embedded html 

<column ... ><![CDATA[   <span style='color:red;'>Title</span> ]]></column>