background selected tow lost
I an in single-row mode.
setSelectionMode("single-row");
With styles as
#grid .aw-rows-selected {BACKGROUND: #316ac5;}
#grid2 .aw-column-1 {width: 70px;BACKGROUND: #316ac5;}
Conflict between the two colors.
I loose backgoundcolor selected row for the column 1.
I Want the same background color for the entire selected row.
How to do that?
setSelectionMode("single-row");
With styles as
#grid .aw-rows-selected {BACKGROUND: #316ac5;}
#grid2 .aw-column-1 {width: 70px;BACKGROUND: #316ac5;}
Conflict between the two colors.
I loose backgoundcolor selected row for the column 1.
I Want the same background color for the entire selected row.
How to do that?
Thierry
April 15,