Value from some cell - GRID

Can I get value from aktuell row in Grid? for example second columns?

You can use getValue() method:

grid.cellById(row_id,cell_index).getValue()

Cell indexed in grid are zero-based