React Data GridRow Events Reference

See Row Event Guidance for important details about working with row events.

Row Events

rowSelectedCopy Link
RowNodeSelectedEvent
Row was selected or unselected.
mouseEnterCopy Link
MouseEnterEvent
Mouse has entered the row.
mouseLeaveCopy Link
MouseLeaveEvent
Mouse has left the row.
cellChangedCopy Link
CellChangedEvent
One cell value has changed.
dataChangedCopy Link
DataChangedEvent
rowData has changed.
heightChangedCopy Link
HeightChangedEvent
rowHeight has changed.
rowIndexChangedCopy Link
RowIndexChangedEvent
rowIndex has changed.
topChangedCopy Link
TopChangedEvent
rowTop has changed.
expandedChangedCopy Link
ExpandedChangedEvent
expanded has changed.
allChildrenCountChangedCopy Link
AllChildrenCountChangedEvent
allChildrenCount has changed.
uiLevelChangedCopy Link
UiLevelChangedEvent
uiLevel has changed.
rowPinnedCopy Link
RowNodePinnedEvent
Row has been pinned to the top or bottom by the user