FilteringEventArgs

Interface representing the event arguments for the filtering event for AutoComplete, ComboBox, DropDownList, DropDownTree, ListBox, Mention, and Multiselect controls.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

keyupEventArgs KeyboardEventArgs

Gets the event arguments form the keyup event.

name String

Gets the name of the event.

text String

Gets the text value of what is being filtered.

Methods

setData

Filters the data using the specified data store and query.

Parameter Type Description
dataStore {:} DataStore String[] Specifies the data store to use in the filtering.
query Query Specifies the filter query to execute against the data store.
fields ItemSettingsModel Specifies the property mapping for the data source columns to the items in the list.

Returns: Void