clearSelection on Subrows

How to clear selection on subrows?


Not possible, sub-row area treated as part of main row , and nest the same styling, which include coloring of selected row.
Technically you can add next rule to the page to override defaults.

.dhx_sub_row {
background-color:white !important;
}