C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / FinishEditing Method / FinishEditing(Boolean,Boolean) Method
if set to true it will cancel the edited value.
Specifies whether this operation is cancellable through the editing events.

In This Topic
FinishEditing(Boolean,Boolean) Method
In This Topic
Commits or cancels any pending edits and exits edit mode.
Syntax
'Declaration
 
Public Overloads Function FinishEditing( _
   ByVal cancelEdits As Boolean, _
   ByVal cancellable As Boolean _
) As Boolean
 

Parameters

cancelEdits
if set to true it will cancel the edited value.
cancellable
Specifies whether this operation is cancellable through the editing events.
See Also