Grid & Window css

Is there any new progress on the css conflict with having an xGrid inside an xWindow to show the alternating line colors?

The issue can be hot-fixed in next way

edit dhtmlxwindows_dhx_blue.css and remove next lines

div.dhtmlx_window_active table.dhtmlx_wins_dhx_blue td {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_dhx_blue td {
background: none;
}

Oncoming release ( planed on Feb 26 ) will have similar modification.