MouseOver in a column

Is it possible to change the style on grid for mouse-over only in one column, not the whole row? I hope so, if I can do that, I need the style-keys for this feature.

Thanks, Thomas

There is no auto-mouse-over highlighting in the grid, so I’m not sure which functionality do you mean.

If you mean selection - selected cell can be redefined through css as

div.gridbox_dhx_skyblue table.obj tr.rowselected td.cellselected {
background-color:#FFF1CC;
}