New to KendoReactStart a free 30-day trial

The props which the ColumnMenu passes to its children.

Definition

Package:@progress/kendo-react-grid

Properties

The current column options.

The columns state of the KendoReact GridColumnMenuColumnsChooser 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.

group?

GroupDescriptor[]

The current group state of the Grid. It takes value of type GroupDescriptor[]

groupable?

boolean

The groupable option of the column.

Determines if the column menu supports keyboard navigation.

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.

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

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

any

onGroupChange?

(groups: GroupDescriptor[], event: MouseEvent​<HTMLAnchorElement, MouseEvent>) => void

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

Parameters:groupsGroupDescriptor[]eventMouseEvent​<HTMLAnchorElement, MouseEvent>

onSortChange?

(descriptors: SortDescriptor[], e: SyntheticEvent​<any, Event>) => void

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

Parameters:descriptorsSortDescriptor[]eSyntheticEvent​<any, Event>

show?

boolean

Determines if the column menu is visible.

sort?

SortDescriptor[]

The current sort state of the Grid. It takes a value of type SortDescriptor[]

sortable?

SortSettings

The sortable option of the column.