GridSmartBoxSearchSettings
Interface
Defines the settings for the SmartBox tool Search mode.
Definition
Package:@progress/kendo-angular-grid
Properties
delay?
number
Determines the delay in milliseconds between the user typing a new search value and the component emitting the search event. Default is 300.
enabled?
boolean
Specifies whether the mode is enabled.
Default:
true
fields?
string[]
Defines a list of fields which will be included in the search. If values for the property are not defined the grid will search in all column fields.
history?
boolean | SmartBoxHistorySettings
Sets the settings for the history queries.
placeholder?
string
The placeholder of the input in Search mode.