[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridBaseTagHelper-2.AllowDelete

AllowDelete Property

AllowDelete

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

Declaration
public virtual bool AllowDelete { get; set; }
Remarks

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