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?

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{
//necessary style for the sub row.



}


If that behaviour is different in your case please send us any kind of sample where we can reproduce this issue.


.dhx_sub_row{
  background-color: transparent;
}



This enables the subrow to match the grid’s alternate row color.