New to KendoReactStart a free 30-day trial

Represents the event data passed when a search is performed.

Definition

Package:@progress/kendo-react-grid

Properties

filters

CompositeFilterDescriptor | FilterDescriptor[]

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

Returns whether the default action has been prevented.

Returns:

boolean

logic

"or" | "and"

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.

The search value entered by the user.