In This Topic
The MultiAutoComplete control provides various features that enable the developers to build intuitive and professional-looking applications.
- Maximum Selected Items
MultiAutoComplete allows you to set the maximum number of items that can be selected in the control. Set the property to null to select any number of items in MultiAutoComplete.
- Maximum Items Displayed
MultiAutoComplete allows you to control the number of items that are displayed in the dropdown.
- Set Header Path
MultiAutoComplete allows you to distinguish the value displayed in the input element from the values shown in the drop-down list.
- List Items Dynamically
MultiAutoComplete allows you to set a function that helps the control to provide list items dynamically as the user types the string.
See Also