3.2.0

Row highlighting when SelectionMode is "multi-row-marker"

Hello,
I would like to know if it is all possible to allow for a single row highlight without selecting the checkbox? We have many records within our grid and we like the capability to multi select when deleting records. However, we have a need for our customer to select a row and then view a file. All of the underlying code is working except the row does not remain highlighted, so the user does not know which row they are currently on. Any assistance would be greatly appreciated.
Steve
March 5,
Try this -
.aw-rows-selected {background:#C0C0C0!important}


You need the !important or it doesn't seem to work. I've also found a case where it doesn't work (when the grid is in a DIV). I haven't worked out why yet.
Anthony
March 5,
Anthony, thanks for the reply. The update changes the color of the line when selecting the checkbox, but it does not effect the row when I just want to select a specific row. I checked and the grid is not within a DIV.
Steve
March 5,
Hmm ... perhaps you may need to remove the checkbox. I've only ever used it on a standard grid. If that's not possible, try posting a small example (or put one up on the net somewhere) and I'll have another look.
Anthony
March 6,
You can find a patch here:
http://www.activewidgets.com/javascript.forum.20382.2/link-in-grid-doesn-t.html
Carlos
March 6,

This topic is archived.

See also:


Back to support forum