Skip to main content
A newer version of this page is available. .

DataGridView Events

A data grid view.
Name Description
AutoGeneratingColumn Occurs each time an individual column is generated automatically.
CalculateCustomSummary Allows you to specify a custom rule to calculate data summaries.
CustomizeCellDisplayText Allows you to provide a custom display text for any data cell.
CustomUnboundColumnData Enables you to populate unbound columns with data, and save changes that users made in unbound columns.
EndRowEdit Occurs after an in-place editor is closed and a modified cell value is applied or canceled.
LoadMore Occurs when a user scrolls to the bottom of the grid to load new data items.
PullToRefresh Occurs when a user pulls the grid down to refresh its content.
RowDoubleTap Occurs after a user double taps a data row.
RowLongPress Occurs after a user taps and holds a data row.
RowTap Occurs after a user taps a data row.
SelectionChanged Occurs after the selected row has been changed in the grid.
See Also