Documentation

optionWidth

sets width of a popup list with options

number optionWidth;

Example

{view:"multiselect", options:[], optionWidth:200}

See also

Details

By default, the size of a popup is adjusted to the width of the master control.

Back to top