Get Value

Please i need to get value of a cell of the row selected and by specifying the column name.

get value of a row & column defined.

thanks,

If you know row ID and column index you can get value as
    var value = grid.cells(rowId,columnIndex).getValue();