New to Telerik UI for BlazorStart a free 30-day trial

The column for selecting rows with a checkbox. To show boolean data, use a GridColumn.

Definition

Constructors

C#
public GridCheckboxColumn()

Methods

C#
protected override Task OnInitializedAsync()
Returns:

Task

Overrides: CheckboxColumnBase.OnInitializedAsync()

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; }