C1.Web.Wijmo.Controls.45 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
 
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