Categories | Question details Back To List | |||
html on grid's xml configuration Hi, I've made dhtmlxgrid's header with xml configuration way. And I'm using the followings for attachHeader. <call command='attachHeader'><param>header1,abc,cde,<![CDATA[<img src='icon.gif''/> def]]></param></call> But, the result is strange. The header is shown like cell span. help me ^^;; BRs, Mina Answer posted by Alex (support) on Dec 14, 2009 04:10 Hello, try to use the following tag instead: <call command='attachHeader'><param><![CDATA[header1,abc,cde,<img src='icon.gif''/> def]]></param></call> Answer posted on Dec 14, 2009 05:19 ^^;;;;
thanks~! |