Say there are multiple grids in a layout.
How can the grid line color of one of the grids be changed?
Thank you.
Denis
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.