New to KendoReactLearn about KendoReact Free.

GridSmartBoxSearchEvent

Updated on Feb 6, 2026

Represents the event data passed when a search is performed.

NameTypeDefaultDescription

filters

FilterDescriptor | CompositeFilterDescriptor[]

The nested filter expressions—either FilterDescriptor, or CompositeFilterDescriptor. Supports the same options as filter. You can nest filters indefinitely.

isDefaultPrevented

() => boolean

Returns whether the default action has been prevented.

logic

"and" | "or"

The logical operation to use when the filter.filters option is set.

The supported values are:

  • "and"
  • "or"

preventDefault

() => void

Prevents the default search action from being executed. Use this to handle the search manually.

searchValue

string

The search value entered by the user.

Not finding the help you need?
Contact Support