CSS option

How can i get css of row?

There is no such API method, but you can access DOM element of row as
    grid.rowsAr[id]
and use DOM methods to get necessary styles values.