• 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
    • ListBoxupdated
    • 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

GridHeaderCellProps

The props of the GridHeaderCell component (more information).

NameTypeDefaultDescription

children

React.ReactNode

The current sort icons.

columnMenuWrapperProps

GridColumnMenuWrapperProps

The props of the Grid column menu wrapper.

field?

string

The column field in which the cell is located.

onClick?

any

The click event handler of the cell.

render?

(defaultRendering: ReactNode, props: GridHeaderCellProps) => ReactNode

A function for overriding the default rendering of the header cell.

selectionChange

any

The selectionChange event handler of the cell.

selectionValue

any

The selectionValue event handler of the column in which the cell is located.

title?

string

The title of the column in which the cell is located.