[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.RowEditEnding

RowEditEnding Event

Occurs when a row edit is ending.

Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public event EventHandler<GridCellEditEventArgs> RowEditEnding
Returns
Type Description
EventHandler<GridCellEditEventArgs> Occurs when a row edit is ending.
Remarks

You can cancel this event by setting the Cancel property of the event argument to true in the event handler.

If this event is not canceled, the edits will be committed or canceled depending on the setting of the CancelEdits property of the event argument.

Alternatively, you can set the IsReadOnly property to true to disable editing in the grid.