Skip to main content

Dropdown Editor

Properties | Events | Methods

Dropdown editor enables users to select multiple items from a list.

Properties

1. Appearance

Placeholder 'placeholder' string

Default text display in textbox.

Label on Disable 'labelonvisable' booleon

The name will be visible to the user but not clickable or editable.

Custom

Multiple Select 'ismultiple' booleon

Allows to select more than one item from the list

Allows to access different master screens through the CRUD link

Item Template 'itemTemplate' string

It controls how each item looks in a list or dropdown

Selected Index 'selectedIndex' number

Shows the position of the chosen item

Allow Custom Value 'allowcustomvalue' booleon

Allows users to type and add multiple custom values

Autopost Single 'sautopost' booleon

Auto post data if only one option is available

Data

Data Source 'datasource' String

Specifies where the control retrieves its data from, such as a table, dataset, or predefined list

Others

Language string

Properties related to localization and language-specific display.


Events

Applicable events is On change (Onchange)


Methods

For more information on Methods in this section, see the General-Methods.