| Name | Description |
| BeginRowUpdate | Occurs in client editing mode when edits done by user should be persisted to underlying dataset. |
| CallingDataMethods | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| ColumnGrouped | Occurs when a column has been grouped. |
| ColumnGrouping | Occurs when a column is grouped, but before the C1GridView handles the operation. |
| ColumnMoved | Occurs when a column has been moved. |
| ColumnMoving | Occurs when a column is moved, but before the C1GridView handles the operation. |
| ColumnUngrouped | Occurs when a column has been ungrouped. |
| ColumnUngrouping | Occurs when a column is ungrouped, but before the C1GridView handles the operation. |
| CreatingModelDataSource | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DataBinding | (Inherited from System.Web.UI.Control) |
| DataBound | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| DetailRequiresDataSource | Occurs when a detail grid requires the DataSource property to be set. |
| Disposed | (Inherited from System.Web.UI.Control) |
| EndRowUpdated | Occurs in client editing mode when edits done by user should be persisted to underlying dataset. |
| Filtered | Occurs after filter expression is applied to the underlying System.Data.DataView's System.Data.DataView.RowFilter property. |
| Filtering | Occurs when the preparation for filtering is started but before the C1GridView instance handles the filter operation. |
| HierarchyRowToggled | Occurs when a hierarchy row has been toggled. |
| HierarchyRowToggling | Occurs when a hierarchy row is toggled, but before the C1GridView handles the operation. |
| Init | (Inherited from System.Web.UI.Control) |
| Load | (Inherited from System.Web.UI.Control) |
| PageIndexChanged | Occurs when one of the pager buttons is clicked, but after the C1GridView control handles the paging operation. |
| PageIndexChanging | Occurs when one of the pager buttons is clicked, but before the C1GridView control handles the paging operation. |
| PreRender | (Inherited from System.Web.UI.Control) |
| RowCancelingEdit | Occurs when the Cancel button of a item in edit mode is clicked, but before the item exits edit mode. |
| RowCommand | Occurs when a button is clicked in a C1GridView control. |
| RowCreated | Occurs when a row is created in a C1GridView control. |
| RowDataBound | Occurs when a row is bound to data in a C1GridView control. |
| RowDeleted | Occurs when the Delete button is clicked. |
| RowDeleting | Occurs when the Delete button is clicked, but before the C1GridView instance handles the delete operation. |
| RowEditing | Occurs when the Edit button is clicked, but before the C1GridView instance handles the operation. |
| RowUpdated | Occurs when a row's Update button is clicked or when edits done by user in a client-side editing mode should be persisted to underlying dataset, but after the C1GridView control handles the update operation. |
| RowUpdating | Occurs when a row's Update button is clicked or when edits done by user in a client-side editing mode should be persisted to underlying dataset, but before the C1GridView control handles the update operation. |
| SelectedIndexChanged | Occurs when a row's Select button is clicked, but after the C1GridView control handles the select operation. |
| SelectedIndexChanging | Occurs when a row's Select button is clicked, but before the C1GridView control handles the select operation. |
| Sorted | Occurs when the hyperlink to sort a column is clicked, but after the C1GridView control handles the sort operation. |
| Sorting | Occurs when the hyperlink to sort a column is clicked, but before the System.Web.UI.WebControls.GridView control handles the sort operation. |
| Unload | (Inherited from System.Web.UI.Control) |