The C1GridView type exposes the following members.

Events

  Name Description
Public event BeginRowUpdate
Occurs in client editing mode when edits done by user should be persisted to underlying dataset.
Public event ColumnMoved
Occurs when a column has been moved.
Public event ColumnMoving
Occurs when a column is moved, but before the C1GridView handles the operation.
Public event DataChanged
Occurs when the data is changed.
Public event EndRowUpdated
Occurs in client editing mode when edits done by user should be persisted to underlying dataset.
Public event Filtered
Occurs after filter expression is applied to the underlying DataView's RowFilter property.
Public event Filtering
Occurs when the preparation for filtering is started but before the C1GridView instance handles the filter operation.
Public event GroupAggregate
Occurs when Aggregate property of the C1Field class has been set to "Custom". This allows the customization of aggregate cell contents for text displayed in the group header or footer.
Public event GroupColumnMoved
Occurs when a column in the grouping area has been moved.
Public event GroupColumnMoving
Occurs when a column in the grouping area is moved, but before the C1GridView handles the operation.
Public event GroupText
Occurs when the HeaderText or FooterText property of the GroupInfo class has been set to "Custom". This allows one to customize the text displayed for the group header or footer.
Public event PageIndexChanged
Occurs when one of the pager buttons is clicked, but after the C1GridView control handles the paging operation.
Public event PageIndexChanging
Occurs when one of the pager buttons is clicked, but before the C1GridView control handles the paging operation.
Public event RowCancelingEdit
Occurs when the Cancel button of a item in edit mode is clicked, but before the item exits edit mode.
Public event RowCommand
Occurs when a button is clicked in a C1GridView control.
Public event RowCreated
Occurs when a row is created in a C1GridView control.
Public event RowDataBound
Occurs when a row is bound to data in a C1GridView control.
Public event RowDeleted
Occurs when the Delete button is clicked.
Public event RowDeleting
Occurs when the Delete button is clicked, but before the C1GridView instance handles the delete operation.
Public event RowEditing
Occurs when the Edit button is clicked, but before the C1GridView instance handles the operation.
Public event RowUpdated
Occurs when a row's Update button is clicked, but after the C1GridView control handles the update operation.
Public event RowUpdating
Occurs when a row's Update button is clicked, but before the C1GridView control handles the update operation.
Public event SelectedIndexChanged
Occurs when a row's Select button is clicked, but after the C1GridView control handles the select operation.
Public event SelectedIndexChanging
Occurs when a row's Select button is clicked, but before the C1GridView control handles the select operation.
Public event Sorted
Occurs when a row's Select button is clicked, but after the C1GridView control handles the sorting operation.
Public event Sorting
Occurs when a row's Select button is clicked, but before the C1GridView control handles the sorting operation.

See Also