Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by kunal on Nov 02, 2008 21:12
open dhtmlx forum
how to add button and icon in grid

I am using Dhtmlx grid ....
I want to add button and icon in a cell....
Is there any provision in dhtmlx grid to do the same...?
So Please give me the solution for the same....
Answer posted by Support on Nov 03, 2008 03:16
You can 
a) create custom excell 
http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc
b) just set data as inline HTML
<cell type="ro"><![CDATA[   <input type="button" value="some"> some text here <img src='some.gif' >]]></cell>