• 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

GridCustomHeaderCellProps

The properties of the header Grid Cell.

NameTypeDefaultDescription

children

ReactNode | ReactNode[]

The default children of the table cell.

columnMenuWrapperProps

GridColumnMenuWrapperProps

The props of the Grid column menu wrapper.

field?

string

The column field in which the cell is located.

index?

number

The index of the column.

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.

thProps?

"null" | GridThAttributes

The props and attributes that are applied to the th element by default. The property should be used with the HeaderThElement component as demonstrated in this example.

title?

string

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