Skip to main content

Drop Down

Properties | Events | Methods

Drop Down lets you choose one item 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

Columns 'columns' string

Columns help structure table data in vertical sections.

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

Autopost Single 'sautopost' booleon

Auto post data if only one option is available

Data

Load Type 'loadtype' smallint

Auto fetches data by itself ,by selecting 'On Request' it waits for user action.

3. Others

Language string

Properties related to localization and language-specific display.

Show In Popup string

It allows a screen, form, or section to open in a small popup window on top of the current page.


Events

Applicable events is On change (Onchange)


Methods

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