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