WebCombo has a feature called Multiple Selection which is can be used in Unbound mode using AccessDataSource control.
In this topic, you will learn how to set multiple selection in Unbound mode.
To use WebCombo's multiple selection Unbound mode
- Create WebCombo's columns in WebCombo.NET Designer - Columns and Rows.
- Go to WebCombo.NET Designer - Advance Settings - MultipleSelectionSettings.
- Set Enabled property to True.
- In LayoutSettings, set TextBoxMode property to ReadOnly.
Tasks
How-to: Use bound multiple selection WebCombo
How-to: Set initial value of multiple selection WebCombo from server side
How-to: Set initial value of multiple selection WebCombo from client side
Concepts
Multiple Selection
References
WebComboColumn Class
BoundMode Property
MultipleSelectionSettings Class