3.2.0

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
May 3,
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)
May 4,

This topic is archived.

See also:


Back to support forum