Categories | Question details Back To List | ||
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. |