New to KendoReactStart a free 30-day trial

GridColumnMenuProps

The props which the ColumnMenu passes to its children.

NameTypeDefaultDescription

column

GridColumnMenuColumnProps

The current column options.

filter?

CompositeFilterDescriptor

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

filterable?

boolean

The filterable option of the column.

filterOperators

GridFilterOperators

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.

boolean

onCloseMenu?

Function

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

onFilterChange?

(filter: "null" | CompositeFilterDescriptor, syntheticEvent: SyntheticEvent<any>) => any

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

onGroupChange?

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

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

onSortChange?

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

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

show?

boolean

sort?

SortDescriptor[]

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

sortable?

SortSettings

The sortable option of the column.

Not finding the help you need?
Contact Support