dhtmlxGrid: How can I set the Textarea inside of a Column?

Hey everybody,

how can I set the Textarea (ColumnTyp “txt”) inside of a Column? (like normaly Input Fields)
In the current State is the Position under the Column.
Is there any Way to positioning the Textarea inside of his Column Parent?

Thank You all

You may try to use the “ed” column type with the enabled multiline content:
docs.dhtmlx.com/api__dhtmlxgrid_ … iline.html

Or you may create your own custom exCell with any required html-content:
docs.dhtmlx.com/grid__columns_ty … olumntypes