New to KendoReactStart a free 30-day trial

PivotGridCellProps
Premium

Represents the props of the KendoReact PivotGridCell component.

NameTypeDefaultDescription

ariaDescribedby?

string

Sets the aria-describedby property of the top-most element of the PivotGridCell.

children?

React.ReactNode

Sets the children property of the top-most element of the PivotGridCell.

className?

string

Sets the className property of the top-most element of the PivotGridCell in addition to the default k-pivotgrid-cell class.

columnPath?

string[]

Represents the columns path leading to the current cell.

dataItem

PivotDataItem

Represents the dataItem of the PivotGridCell.

The dataItem is a single PivotDataItem object.

id?

string

Sets the id property of the top-most element of the PivotGridCell.

onClick?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onDoubleClick?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseDown?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseEnter?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseLeave?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseMove?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseOut?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseOver?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

onMouseUp?

(args: KendoMouseEvent<PivotGridCellHandle>) => void

role?

string

Sets the role property of the top-most element of the PivotGridCell.

rowPath?

string[]

Represents the row path leading to the current cell.

style?

React.CSSProperties

Sets the style property of the top-most element of the PivotGridCell.

tabIndex?

number

Sets the tabIndex property of the top-most element of the PivotGridCell.

total?

boolean

Indicates if the current cell represents a total value.

Not finding the help you need?
Contact Support