Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 07, 2008 18:29
open dhtmlx forum
CSS option

How can i get css of row?
Answer posted by Support on Feb 08, 2008 01:23
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.