ComboBox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.ComboBox]().
Component Selector: 'wm-combobox'
Kendo UI Component: Kendo UI Component:
ComboBoxComponent extends .
Property
Get
Set
Notify Changes
Details
Name: string
Yes
No
No
Enabled: boolean
Yes
Yes
No
Visible: boolean
Yes
Yes
No
url: string
Yes
No
No
Url to the remote service which return the combobox items
selectedItem: object
Yes
Yes
Yes
Item selected in the combobox
dropDownStyle: object
Yes
No
No
Style used by the combo to display the item
IntegralHeight: boolean
Yes
No
No
Gets or sets a value indicating whether the control should resize to avoid showing partial items.
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
selectionChange
Yes
$event: any
Triggers SelectedIndexChanged
and SelectionChangeCommitted
Event.
valueChange
Yes
$event: any
Triggers SelectedValueChanged
Event.
open
Yes
$event: any
Triggers DropDown
Event.
close
Yes
$event: any
Triggers DropDownClosed
Event.
focus
Yes
$event: any
Triggers GotFocus
Event.
blur
Yes
$event: any
Triggers LostFocus
Event.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent