[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.AllowEditing

AllowEditing Method

AllowEditing(GridControlRange)

Returns true when the cell in the specified range can be edited.

Declaration
public override sealed bool AllowEditing(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The range of the cell being edited.

Returns
Type Description
bool
Overrides

AllowEditing(GridCellRange)

Returns true when the cell in the specified range can be edited.

Declaration
public virtual bool AllowEditing(GridCellRange range)
Parameters
Type Name Description
GridCellRange range

The range of the cell being edited.

Returns
Type Description
bool