Categories | Question details Back To List | ||
I want to insert the div (with div id) that will contain some dynamic data, including text input element. Question ... 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 Answer posted by Support on Oct 24, 2008 01:20 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 http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html ) Answer posted by Support on Oct 24, 2008 01:24 In common case you can inject html inside cell as normal text - grid wil render it as is <cell><![CDATA[ <div>Some</div>]]></cell> |