Apply a background color to a column?
I would like to be able to apply a color to a column programatically, something like:
(prototypejs)
$$("#IDayLostGrid1 .aw-column-6").each( function(iter) {
iter.setStyle({backgroundColor: "red"});
});
Which kind of works even if it's far from the correct way (scrolling the grid seems to lose the style). I figured there would be a column template to get a hold of, but there doesn't seem to be.
Also, I'm on 2.0.1
(prototypejs)
$$("#IDayLostGrid1 .aw-column-6").each( function(iter) {
iter.setStyle({backgroundColor: "red"});
});
Which kind of works even if it's far from the correct way (scrolling the grid seems to lose the style). I figured there would be a column template to get a hold of, but there doesn't seem to be.
Also, I'm on 2.0.1
Garren
December 14,