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
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
<![CDATA[
any content here
]]>
The subrow will render as textarea control which can be edited in common way.