GridSmartBoxSearchProps
Interface
Definition
Package:@progress/kendo-react-grid
Properties
delay?
number
Sets the delay in milliseconds before triggering search.
enabled?
boolean
Specifies whether the mode is enabled.
fields?
string[]
history?
boolean | GridSmartBoxHistoryProps
Sets the settings for the history queries of all modes.
When set to true, enables history with default settings for all modes.
When set to false, disables history for all modes.
When set to an object, configures the history settings for all modes.
This shared setting overrides individual mode history settings (e.g., searchConfig.history).
placeholder?
string
Sets the placeholder text for the SmartBox input.