optionWidth

sets width of a popup list with options

number optionWidth;

Example

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

Details

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

See also
Back to top