DropDownListComponent
Represents the Kendo UI for Angular DropDownList component.
<kendo-dropdownlist [data]="["Item 1", "Item 2", "Item 3"]"></kendo-dropdownlist>
Selector
kendo-dropdownlist
Export Name
Accessible in templates as #kendoDropDownListInstance="kendoDropDownList"
Inputs
Name | Type | Default | Description |
---|---|---|---|
adaptiveMode |
|
Enables or disables the adaptive mode. The adaptive rendering is disabled by default. | |
adaptiveSubtitle |
|
Sets the subtitle of the ActionSheet rendered instead of the Popup on small screens. By default, the ActionSheet does not render a subtitle. | |
adaptiveTitle |
|
Sets the title of the ActionSheet rendered instead of the Popup on small screens.
By default, the ActionSheet title uses the label text of the | |
data |
|
Sets the data of the The data must be an array-like list. | |
defaultItem |
|
Sets the text of the default empty item. The value type must match the data type. | |
delay |
|
Sets the delay before an item search is performed. Use this option when filtration is disabled. | |
disabled |
|
Sets the disabled state of the component. To disable the component in reactive forms, see Forms Support. | |
fillMode |
|
|
Sets the fillMode of the component. The possible values are:
|
filterable |
|
Enables the filtering functionality of the | |
ignoreCase |
|
Enables a case-insensitive search. Use this option when filtration is disabled. | |
itemDisabled |
|
Defines a Boolean function executed for each data item in the component. Determines whether the item is disabled. See examples. | |
listHeight |
|
|
Sets the height of the options list in the popup. The When using |
loading |
|
Sets and gets the loading state of the | |
popupSettings |
|
Configures the popup of the The available options are:
| |
readonly |
|
|
Sets the read-only state of the component. |
rounded |
|
|
Sets the border radius of the component. The possible values are:
|
showStickyHeader |
|
Shows or hides the current group sticky header when using grouped data. The sticky header displays by default. see example. | |
size |
|
|
Sets the size of the component. The possible values are:
|
tabindex |
|
Specifies the | |
textField |
|
Sets the data item field that represents the item text. If the data contains only primitive values, do not define this property. The | |
value |
|
Sets the value of the All selected values not present in the source are ignored. | |
valueField |
|
Sets the data item field that represents the item value. If the data contains only primitive values, do not define this property. The | |
valuePrimitive |
|
Specifies the type of the selected value. If set to | |
virtual |
|
Enables the virtualization functionality. |
Fields
Name | Type | Default | Description |
---|---|---|---|
isOpen |
|
Returns the current open state. Returns |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires each time the popup is about to close. This event is preventable. If you cancel it, the popup remains open. see example. |
closed |
|
Fires after the popup has been closed. |
filterChange |
|
|
blur |
|
Fires each time the |
focus |
|
Fires each time the user focuses the |
open |
|
Fires each time the popup is about to open. This event is preventable. If you cancel it, the popup remains closed. see example. |
opened |
|
Fires after the popup has been opened. |
selectionChange |
|
Fires each time the item selection changes. see example.. |
valueChange |
|
Fires each time the value changes. See example.. |
Methods
blur |
---|
Blurs the |
focus |
---|
Focuses the |
focusItemAt | ||||||
---|---|---|---|---|---|---|
Focuses a specific item of the | ||||||
|
reset |
---|
Resets the value of the |
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the Popup or ActionSheet. If you use the | ||||||
|