richselect

a popup list of predefined select options

string richselect;

Example

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

Related samples

Details

It looks very much the same like a combo editor, but doesn't provide a possibility for option filtering.

See also
Back to top