Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / FinishRowEditing(Boolean) Method
if set to true the changes will be cancelled.

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

    Parameters

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