SMART datagrid v.1 > Classes > DefaultSortHandleRenderer

Back  Forward

DataLudi.DefaultSortHandleRenderer.hoverBackgroundColor  property

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".

Getter
function hoverBackgroundColor(): String|Integer
Setter
function setHoverBackgroundColor(value: String|Integer)
Code -1
    grid.setOperateOptions({
        sortHandleRenderer: {
            hoverBackgroundColor: "#ff0000",
            hoverBorderColor: "#880000"
            hoverEmptyBackgroundColor: null,
            hoverEmptyBorderColor: "#880000"
        }
    };
See Also
hoverBorderColor
hoverEmptyBackgroundColor
hoverEmptyBorderColor
OperateOptions.sortHandleRenderer
Color Overview
Examples
Column Sorting