[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.AllowDelete

AllowDelete Method

AllowDelete(bool)

Configurates AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.

Declaration
public virtual TBuilder AllowDelete(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Selected rows will not be deleted if the IsReadOnly property is set to true.