DHTMLX GRID

How can insert the value of a textbox to a grid cell?

grid.cellById(row_id,column_index).setValue(“value of a textbox”)

Hi, Thanks Olga. Its working fine. I ve found like

mygrid.cells(rowId,colindex).setValue(“Some Value”)

cells() method is alliance of cellById() method.

How can we combined the DHTMLX combo with Grid?

You can use “combo” eXcell type (available in PRO version only)
docs.dhtmlx.com/doku.php?id=dhtm … cell_combo