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
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