GridCheckboxColumn
Class
The column for selecting rows with a checkbox. To show boolean data, use a GridColumn.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridCheckboxColumn : CheckboxColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable, IGridColumnMenuColumn, ITableColumnMenuColumn
Inheritance: objectComponentBaseColumnBaseCheckboxColumnBaseGridCheckboxColumn
Implements:
Inherited Members
Constructors
C#
public GridCheckboxColumn()
Methods
Properties
Fires every time a cell in this checkbox column is rendered. Use this to conditionally apply custom CSS classes or styling to checkbox cells.
C#
[Parameter]
public Action<GridCellRenderEventArgs> OnCellRender { get; set; }
Controls how the select all checkbox behaves. Set to All to select all data items or Page to select only visible page items.
C#
[Parameter]
public GridSelectAllMode SelectAllMode { get; set; }