Categories | Question details Back To List | ||
grid line color Say there are multiple grids in a layout. How can the grid line color of one of the grids be changed? Thank you. Denis Answer posted by Support on Feb 25, 2009 10:20 You got a reference to grid object when grid created through constructor of attachGrid method of layout. You can use it and setRowColor methods to change color of any row in any grid. |