New to KendoReactStart a free 30-day trial

Represents the attributes for Grid header cell elements, extending standard HTML th element properties.

Definition

Package:@progress/kendo-react-grid

Properties

ARIA column index for screen readers

ARIA description for additional context

ariaHasPopup?

boolean | "dialog" | "menu" | "grid" | "listbox" | "tree"

Indicates the type of popup triggered by the element.

ARIA label for accessibility

ARIA selected state for the header cell

ariaSort?

"none" | "ascending" | "descending"

ARIA sort state indicating column sorting direction

Child elements to render inside the header cell

CSS class names for styling

colSpan?

number

Number of columns the cell spans

columnId

string

The unique identifier of the column.

key?

string

The React key for the element.

Whether the cell supports keyboard navigation

Keyboard event handler

role?

string

ARIA role for the element

rowSpan?

number

Number of rows the cell spans

Inline styles for the element