[]
        
(Showing Draft Content)

wjMultiSelect Class

wjMultiSelect Class

KnockoutJS binding for the MultiSelect control.

Use the wjMultiSelect binding to add MultiSelect controls to your KnockoutJS applications. For example:

<p>Here is a MultiSelect control:</p>
<div data-bind="MultiSelect: {
  itemsSource: countries,
  isEditable: false,
  headerFormat: '{count} countries selected' }">
</div>

The wjMultiSelect binding supports all read-write properties and events of the MultiSelect control. The following properties provide two-way binding mode:

  • isDroppedDown
  • text
  • selectedIndex
  • selectedItem
  • selectedValue

Heirarchy