I want to insert the div (with div id) that will contain som

I want to insert the div (with div id) that will contain some dynamic data, including text input element. Question: is that element going to be editable?
Thank you

Which component do you mean ?

In case of grid, there is “ed” cell type which allows to edit text. Moreover grid allows to create custom excells (information can be found in the documentation dhtmlxGrid/doc/articles/Custom_excell_creation.html or on our web site dhtmlx.com/docs/products/dht … ation.html )

In common case you can inject html inside cell as normal text - grid wil render it as is

<![CDATA[

Some
]]>