Categories | Question details Back To List | ||
Subrow background color When using subrow with alternate row background color, the subrow's background color is white on a colored row. How do we get the subrow to match the row's background color? Answer posted by dhxSupport on Jun 08, 2009 08:54 By default sub row has the same color as it's parent row. You can style sub row using class dhx_sub_row: .dhx_sub_row{ } If that behaviour is different in your case please send us any kind of sample where we can reproduce this issue. Answer posted by SFGolfer on Jun 09, 2009 12:10 .dhx_sub_row{ This enables the subrow to match the grid's alternate row color. |