Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on Feb 15, 2009 09:19
open dhtmlx forum
grid img in first column of txt type

Hi,

the first column in our grid is a txt type. is it possible to also show an image? (we could get the image by setting the type as tree but then it gives an ed field to edit text instead of a txt field, so it is possible to get both please)

thanks
Answer posted by dhxSupport on Feb 16, 2009 09:42

Unfortunately Grid hasn't appropriate eXcell type, but you can insert any html into the certain cell:

<cell><![CDATA[  
  <img src="pic.png" /><input value='any' />
  ]]></cell>