i am using the querycellinfo clientsideevent to change the background color of a cell to red
ie
function querycellinfo(args) {
args.cell.style.backgroundcolor = "red";
}
however when i do that the cell does not highlight when the mouse hovers over it.
how can i change the background color without losing the css for the mouse hover.
or change the css for the cell back to the default values for the mouse hover
thanks
andrew