[]
Configurates AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
public virtual bool AllowDelete { get; set; }
Selected rows will not be deleted if the IsReadOnly property is set to true.