how to get combobox selected value

Hi,
can any one tell me how can i get the value which is selected in combobox and setting that value to another cell.

thanks

val=mygrid.cells(rId,colInd).getValue //get Value mygrid.cells(rId,colInd).setValue(val) //set value

getting a title of combo (co,coro):

combo = grid.getCombo(index); combo.get(val) //returns the label by value;

Here is the tutorial about select in grid:
docs.dhtmlx.com/doku.php?id=dhtm … n_from_xml