Search results

SelectEventArgs API in JavaScript Multicolumn Combobox API control

Properties

cancel

boolean

Specifies whether the current action needs to be prevented or not.

event

MouseEvent | KeyboardEvent | TouchEvent

Specifies the original event arguments.

isInteracted

boolean

Returns true if the event is triggered by interaction. Otherwise, it returns false.

item

Object

Returns the selected row data.

itemData

Object

Returns the selected item as JSON Object from the data source.

itemElement

HTMLElement

Returns the selected row item.