Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Carlos Bolina on Nov 18, 2008 18:13
open dhtmlx forum
clearSelection on Subrows

How to clear selection on subrows?
Answer posted by Support on Nov 19, 2008 03:08

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.
<style>
.dhx_sub_row {
   background-color:white !important;
}
</style>