New to KendoReact? Learn about KendoReact Free.
GridSmartBoxSearchEvent
Updated on Feb 6, 2026
Represents the event data passed when a search is performed.
| Name | Type | Default | Description |
|---|---|---|---|
filters |
|
The nested filter expressions—either FilterDescriptor, or CompositeFilterDescriptor. Supports the same options as | |
isDefaultPrevented |
|
Returns whether the default action has been prevented. | |
logic |
|
The logical operation to use when the The supported values are:
| |
preventDefault |
|
Prevents the default search action from being executed. Use this to handle the search manually. | |
searchValue |
|
The search value entered by the user. |