ClassGridCheckboxColumn
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:
cs-api-definition
public class GridCheckboxColumn : CheckboxColumnBase, IComponent, IHandleEvent, IHandleAfterRender, IColumn, IDisposable, IGridColumnMenuColumn, ITableColumnMenuColumn
Inheritance: objectComponentBaseColumnBaseCheckboxColumnBaseGridCheckboxColumn
Implements:
Inherited Members
Constructors
GridCheckboxColumn()
Declaration
cs-api-definition
public GridCheckboxColumn()
Properties
OnCellRender
Fires every time a cell in this checkbox column is rendered. Use this to conditionally apply custom CSS classes or styling to checkbox cells.
Declaration
cs-api-definition
[Parameter]
public Action<GridCellRenderEventArgs> OnCellRender { get; set; }
Property Value
SelectAllMode
Controls how the select all checkbox behaves. Set to All to select all data items or Page to select only visible page items.
Declaration
cs-api-definition
[Parameter]
public GridSelectAllMode SelectAllMode { get; set; }
Property Value