New to KendoReactStart a free 30-day trial

The props of the GridColumnMenuColumnsChooser component.

Definition

Package:@progress/kendo-react-grid

Properties

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

The current column options.

The columns state of the KendoReact GridColumnMenuColumnsChooser component.

expanded?

boolean

Controls the expand state of the column chooser component.

onCloseMenu?

Function

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

The method that will be called when the new columns state is applied.

onExpandChange?

(nextExpandState: boolean) => void

Triggered on each subsequent expand state of the column chooser component.

Parameters:nextExpandStateboolean