models/events/data_events library

Classes

DeleteRowEvent
Deletes a single row by its ID.
DeleteRowsEvent
Deletes multiple rows by their IDs.
InsertRowEvent
Inserts a single row, optionally at a specific position.
InsertRowsEvent
Inserts multiple rows at the end of the grid.
LoadDataEvent<T>
Loads a new set of rows into the grid, optionally appending to existing data.
RefreshDataEvent
Triggers a data refresh by setting the loading flag.
SetLoadingEvent
Explicitly sets the loading state and optional message.
SetTotalItemsEvent
Sets the total item count (used for server-side pagination).
UpdateCellEvent
Updates a single cell value on an existing row.
UpdateRowEvent
Replaces an entire row with a new instance.