New to KendoReactStart a free 30-day trial

The props of the GridColumnMenuFilter component.

Definition

Package:@progress/kendo-react-grid

Properties

If set to true, filter expand button will not be rendered and filter menu will be expanded.

children?

ReactNode

The child elements to be rendered inside the filter component.

The current column options.

expanded?

boolean

Controls the expand state of the filter component.

filter?

CompositeFilterDescriptor

The current filter state of the Grid.It takes value of type CompositeFilterDescriptor

The filterable option of the column.

The filter operators for the Grid filters.

Specifies a React element that will be cloned and rendered inside the UI of the column-menu filter component (see example).

If set to false, the second filter operator and the input will be hidden.

onCloseMenu?

Function

The method that will be called to close the column menu.

onExpandChange?

(nextExpandState: boolean) => void

Triggered on each subsequent expand state of the filter component.

Parameters:nextExpandStateboolean

The method that will be called to notify the parent Grid about a filter change.

Parameters:filternull | CompositeFilterDescriptorsyntheticEventSyntheticEvent​<any, Event>Returns:

any