Getting whole row?

Hi,

I am having row id, it is possible to get the whole row or at least any cell values in the row using the row id. if so kindly let me know the line of codes to get it using row id.Any inputs will be helpful.

Thanks

ou may operate with values of the row using the getValue() method:
mygrid.cells(rowId, columnIndex).getValue()