GridColumnMenuGroupBaseProps
Interface
The props passed to the ColumnMenu group 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>