Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David on Oct 15, 2008 13:31
open dhtmlx forum
Subrow Edit

Hello,
I would like done exactly as the dhtmlgrid Subrow excell sample but in more i would like could edit text and save text.
Is it possible?
Thanks
Answer posted by Support on Oct 16, 2008 02:59
Current version doesn't allow such functionality
Technically , any HTML can be placed inside the sub_row cell so you can try use something similar to next

<cell><![CDATA[
  <textarea style='width:100%; height:100%'>
        any content here
  </textarea>
]]></cell>

The subrow will render as textarea control which can be edited in common way.