SMART datagrid v.1 > Classes > DefaultSortHandleRenderer

Back  Forward

DataLudi.DefaultSortHandleRenderer.emptyBackgroundColor  property

The background color of column filter handle of unsorted state. 

Please refer to Colors Overview topic about the way of specifying color. 

Defaults to null.

Getter
function emptyBackgroundColor(): String|Integer
Setter
function setEmptyBackgroundColor(value: String|Integer)
Code -1
    grid.setOperateOptions({
        sortHandleRenderer: {
            backgroundColor: "#ff0000",
            borderColor: "#880000"
            emptyBackgroundColor: null,
            emptyBorderColor: "#880000"
        }
    };
See Also
backgroundColor
borderColor
emptyBorderColor
OperateOptions.sortHandleRenderer
Color Overview
Examples
Column Sorting