When creating a ListGrid and specifying a DataSource that has a field with editorType=select, multiple=true, optionDataSource, valueField and displayField I find that the built-in drop-down filters show a list with checkboxes allowing me to choose multiple items to filter on. I've coded the back-end to accept the data and it works great.
What I've just discovered, now that I'm implementing editing, is that when I edit a row, I get the same multi-select drop-down. I would like the editor to be a drop-down but not a multi-select.
How can I specify that the filter drop-down should be multiple but that the editor drop-down should not?
What I've just discovered, now that I'm implementing editing, is that when I edit a row, I get the same multi-select drop-down. I would like the editor to be a drop-down but not a multi-select.
How can I specify that the filter drop-down should be multiple but that the editor drop-down should not?