how to get rowid of combo cell

how to get rowid of combo cell if combo integrated with grid

You can use the standard getRowId method of dhtmlxGrid to get the id of a needed row:
var rowID=mygrid.getRowId(index);

docs.dhtmlx.com/doku.php?id=dhtm … t_getrowid