SMART datagrid v.1 > Classes > ColumnAutoFilter

[ grids ver.1.3.7]   Back  Forward

DataLudi.ColumnAutoFilter.editSize  property

The size of Auto Filter Item Searching Editor which is displayed in filter selection box. 

If no FilterSelectorOptions.maxWidth setting, the width of filter selection box will be greater than the width of editor at least in which has set this property. 

Defaults to 18.

Getter
function editSize(): Integer
Setter
function setEditSize(value: Integer)
Code -1
    var col = grid.columnByName('Quantity');
    col.setAutoFilter({
        editSize: document.getElementById('editSize').value 
    });
See Also
displayCount
FilterSelectorOptions.maxWidth
FilterSelectorOptions.minWidth
OperateOptions.filterSelector
Examples
Column Auto Filtering
Column Filtering