SMART datagrid v.1 > Classes > DefaultSortHandleRenderer
The background color of column filter handle when the mouse is over the handle under sorted state.
Please refer to Colors Overview topic about the way of specifying color.
Defaults to "#000000".
grid.setOperateOptions({
sortHandleRenderer: {
hoverBackgroundColor: "#ff0000",
hoverBorderColor: "#880000"
hoverEmptyBackgroundColor: null,
hoverEmptyBorderColor: "#880000"
}
};