How to Get values of selected row

How to Get values of selected row in dhtmlxGrid…pls help

You can use getSelectedRowId() method to get the id of selected row.
Then you can get the value of a cell:
grid.cells(rowId,colInd).getValue();