New to KendoReactStart a free 30-day trial

The props of the GridColumnMenuGroup component.

Definition

Package:@progress/kendo-react-grid

Properties

The current column options.

group?

GroupDescriptor[]

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

groupable?

boolean

The groupable option of the column.

onCloseMenu?

Function

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

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>