Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

DataSource for ListGrid using Multiple affects filtering and editing

$
0
0
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?

Viewing all articles
Browse latest Browse all 4756

Trending Articles