New to KendoReactStart a free 30-day trial

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.

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).

Example:
tsx
// Enable history with default settings for all modes
<SmartBox history={true} />

// Disable history for all modes
<SmartBox history={false} />

// Configure history settings for all modes (overrides individual mode settings)
<SmartBox history={{ size: 10, timestampFormat: 'HH:mm' }} />

Sets the placeholder text for the SmartBox input.