C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / FinishRowEditing Method
if set to true the changes will be cancelled.
if set to true the event is cancellable.

In This Topic
FinishRowEditing Method
In This Topic
Finishes the row editing.
Syntax
'Declaration
 
Public Function FinishRowEditing( _
   Optional ByVal cancelEdits As Boolean, _
   Optional ByVal cancellable As Boolean _
) As Task(Of Boolean)
 

Parameters

cancelEdits
if set to true the changes will be cancelled.
cancellable
if set to true the event is cancellable.
See Also