Occurs in client editing mode when edits done by user should be persisted to underlying dataset.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewEndRowUpdatedEventHandler EndRowUpdated
Visual Basic
<C1CategoryAttribute("Category.Action")> _
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