ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / EndRowUpdated Event

In This Topic
    EndRowUpdated Event
    In This Topic
    Occurs in client editing mode when edits done by user should be persisted to underlying dataset.
    Syntax
    'Declaration
     
    Public Event EndRowUpdated As C1GridViewEndRowUpdatedEventHandler
    public event C1GridViewEndRowUpdatedEventHandler EndRowUpdated
    Remarks
    Fires at the very end of the update procedure. You can perform finalization steps of update procedure here, for example, close database connection.
    See Also