LyteNyte Grid logo for light mode. Links back to the documentation home page.
Foundational

Events

The API reference for the events functionality in LyteNyte Grid.

ColumnMoveBeginFn

Prop

ColumnMoveBeginParams

The parameters provided when a column move operation begins. This event allows the move action to be canceled.

Prop

ColumnMoveEndFn

Prop

ColumnMoveEndParams

The parameters emitted when a column move operation has completed.

Prop

EditBegin

Prop

EditCancel

Prop

EditEnd

Prop

EditError

Prop

GridEvents

A comprehensive map of all possible events that LyteNyte Grid may emit during its lifecycle.

Prop

OnEditBeginParams

Parameters dispatched with the onEditBegin event, triggered when editing starts.

Prop

OnEditCancelParams

Parameters passed to the onEditCancel event, triggered when editing is aborted (e.g., Escape key).

Prop

OnEditEndParams

Parameters passed to the onEditEnd event, triggered when editing successfully completes.

Prop

OnEditErrorParams

Parameters passed to the onEditError event, triggered when validation or logic errors occur during editing.

Prop

RowDetailExpansionBegin

Prop

RowDetailExpansionBeginParams

The parameters for the rowDetailExpansionBegin event. This event allows preventing expansion of row detail sections by calling preventDefault() .

Prop

RowDetailExpansionEnd

Prop

RowDetailExpansionEndParams

The parameters for the rowDetailExpansionEnd event, fired once a row detail expansion operation is complete.

Prop

RowExpandBeginFn

Prop

RowExpandBeginParams

Describes the parameters passed to the rowExpandBegin event. This event is triggered before row group expansion occurs and provides a way to cancel the action.

Prop

RowExpandErrorFn

Prop

RowExpandErrorParams

Describes the parameters passed to the rowExpandError event. This event is emitted when an error occurs during row group expansion.

Prop

RowExpandFn

Prop

RowExpandParams

Describes the parameters passed to the rowExpand event. This event is emitted after a row group has been successfully expanded.

Prop

RowSelectAllBegin

Prop

RowSelectAllBeginParams

The parameters provided when a "select all" operation starts. This event allows the operation to be canceled.

Prop

RowSelectAllEnd

Prop

RowSelectAllEndParams

The parameters passed when a "select all" operation completes.

Prop

RowSelectBegin

Prop

RowSelectBeginParams

The parameters provided when a row selection begins. This event occurs before the selection change takes effect, giving the caller an opportunity to prevent it.

Prop

RowSelectEnd

Prop

RowSelectEndParams

The parameters passed when a row selection has completed.

Prop