ClassGridSelectionSettings
Class
The component that configures the Grid selection settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridSelectionSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridSelectionSettings
Implements:
Inherited Members
Constructors
GridSelectionSettings()
Declaration
cs-api-definition
public GridSelectionSettings()
Properties
DragToSelect
Enables selection by dragging mouse over cells or rows. When enabled, users can select multiple items by clicking and dragging.
Declaration
cs-api-definition
[Parameter]
public bool DragToSelect { get; set; }
Property Value
SelectionType
Determines whether users can select entire rows or individual cells. Use Row to allow selecting complete rows for bulk operations, or Cell to enable selecting individual cells for precise data manipulation. Cell selection is not compatible with incell editing mode (Incell).
Declaration
cs-api-definition
[Parameter]
public GridSelectionType SelectionType { get; set; }
Property Value
Methods
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides