editable list with xgrid

I have implemented dhtmlxgrid for readonly list successfully. Now i am working on displaying editable list which involves displaying list with controls like text field, text area etc.

From the examples given in the site the cell is displayed as label initially, and on click only it is displayed as textbox. But my requirement is to display the input controls directly in the grid.

Only one cell can be editable at the time.
If you need to display many input controls in the grid you can do

  1. Insert input control as cell value:
    <![CDATA[]]>
    Those cells must have “ro” eXcell type
  2. create custom eXcell type docs.dhtmlx.com/doku.php?id=dhtm … l_creation