ComponentOne Gallery for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class

In This Topic
    C1GridView Class Events
    In This Topic

    For a list of all members of this type, see C1GridView members.

    Public Events
     NameDescription
    Public EventOccurs in client editing mode when edits done by user should be persisted to underlying dataset.  
    Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public EventOccurs when a column has been grouped.  
    Public EventOccurs when a column is grouped, but before the C1GridView handles the operation.  
    Public EventOccurs when a column has been moved.  
    Public EventOccurs when a column is moved, but before the C1GridView handles the operation.  
    Public EventOccurs when a column has been ungrouped.  
    Public EventOccurs when a column is ungrouped, but before the C1GridView handles the operation.  
    Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
    Public EventOccurs when a detail grid requires the DataSource property to be set.  
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs in client editing mode when edits done by user should be persisted to underlying dataset.  
    Public EventOccurs after filter expression is applied to the underlying System.Data.DataView's System.Data.DataView.RowFilter property.  
    Public EventOccurs when the preparation for filtering is started but before the C1GridView instance handles the filter operation.  
    Public EventOccurs when a hierarchy row has been toggled.  
    Public EventOccurs when a hierarchy row is toggled, but before the C1GridView handles the operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs when one of the pager buttons is clicked, but after the C1GridView control handles the paging operation.  
    Public EventOccurs when one of the pager buttons is clicked, but before the C1GridView control handles the paging operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs when the Cancel button of a item in edit mode is clicked, but before the item exits edit mode.  
    Public EventOccurs when a button is clicked in a C1GridView control.  
    Public EventOccurs when a row is created in a C1GridView control.  
    Public EventOccurs when a row is bound to data in a C1GridView control.  
    Public EventOccurs when the Delete button is clicked.  
    Public EventOccurs when the Delete button is clicked, but before the C1GridView instance handles the delete operation.  
    Public EventOccurs when the Edit button is clicked, but before the C1GridView instance handles the operation.  
    Public EventOccurs 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.  
    Public EventOccurs 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.  
    Public EventOccurs when a row's Select button is clicked, but after the C1GridView control handles the select operation.  
    Public EventOccurs when a row's Select button is clicked, but before the C1GridView control handles the select operation.  
    Public EventOccurs when the hyperlink to sort a column is clicked, but after the C1GridView control handles the sort operation.  
    Public EventOccurs when the hyperlink to sort a column is clicked, but before the System.Web.UI.WebControls.GridView control handles the sort operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also