multiselect

a popup list of predefined values with a multiple choice ability

string multiselect;

Available only in PRO Edition

Example

//for a datatable column
{ id:"year", editor:"multiselect", options:years, header:"Released" }

Related samples

Details

It looks very much the same like a non-pro richselect editor, but provides a possibility for choosing multiple options at a time.

See also
Back to top