[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.AllowCustomCells

AllowCustomCells Property

AllowCustomCells

When set to true the methods GetCellKind(GridCellType, GridColumn), CreateCell(GridCellType, object, GridColumn), BindCell(GridCellView, GridCellType, GridColumn) and UnbindCell(GridCellView, GridCellType, GridColumn) will be called allowing customized cells, inheriting from GridCellView.

Declaration
protected bool AllowCustomCells { get; set; }