[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.OnBeginningEdit

OnBeginningEdit Method

OnBeginningEdit(GridControlEditEventArgs)

Called when the editing of a cell is about to start.

Declaration
protected virtual void OnBeginningEdit(GridControlEditEventArgs e)
Parameters
Type Name Description
GridControlEditEventArgs e

The event data.

Remarks

Cancelling this event will cause the editing to not start.