3.2.0

setSelectionProperty; exclude column(s)

I'm a commercial 2.0 owner but I still develop with 1.0.

In a grid I show in the first column 'status' images. Those images don't 'look' behind/on the selectionbar. Is there a way to exclude column-0 form the selectionbar?

Eric Aarts
August 8,
Just force the white background?

.active-controls-grid .active-column-0 {
            color: #000!important;
            background-color: #fff!important;
        }
Alex (ActiveWidgets)
August 8,
OK: This is a better solution than the one I had as a work-around: wrap the image in a <span style="width:20px;height:20px;background-color:white;"><img ...></span>

1 very minor thing: the xp-style-gray/orange mouse-over header-line now gets a 1-pixel horizontal line in the middle with this column.
August 8,
yes, should be

.active-grid-row .active-column-0 {
    color: #000!important;
    background-color: #fff!important;
}
Alex (ActiveWidgets)
August 8,
Alex,

Thanks, now 100% OK!
August 8,

This topic is archived.

See also:


Back to support forum