:: Forum >>

Selection Styles no longer applied on Combo Box in Grid

I recently noticed that the combo boxes in my grid no longer highlight when they are the current selected cell. Further testing showed this started to happen when I migrated my code to 2.0.2 (the combo box background is highlighted when the code is run in 2.0.1). Any ideas why this happened and if it can be corrected for 2.0.2?
C. Bustamante
Thursday, May 3, 2007
Yes, this is the bug (regression) in AW 2.0.2. Here is the fix -

.aw-grid-control .aw-cells-selected {
    background: #316AC5;
    color: #FFFFFF;
}


.aw-grid-control .aw-edit-cell {
    background: #FFFFFF;
    color: #000000;
}
Alex (ActiveWidgets)
Friday, May 4, 2007

This topic is archived.


Back to support forum

Forum search