• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

GridColumnMenuWrapperProps

The props of the GridColumnMenuWrapper component.

NameTypeDefaultDescription

column

GridColumnMenuColumnProps

The current column options.

columnMenu?

"null" | ComponentType<GridColumnMenuProps>

The component to be rendered as content of the Grid column menu.

filter?

CompositeFilterDescriptor

The current filter state of the Grid.

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.

groupable?

boolean

The groupable option of the column.

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.

sort?

SortDescriptor[]

The current sort state of the Grid.

sortable?

SortSettings

The sortable option of the column.