Intersoft WebCombo Documentation
How-to: Use unbound multiple selection WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Multiple Selection How-to Topics > How-to: Use unbound multiple selection WebCombo

Glossary Item Box

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

  1. Create WebCombo's columns in WebCombo.NET Designer - Columns and Rows.
  2. Go to WebCombo.NET Designer - Advance Settings - MultipleSelectionSettings.
  3. Set Enabled property to True.
  4. In LayoutSettings, set TextBoxMode property to ReadOnly.

See Also