Class
GridGroupableSettings

The component that configures the groupable options.

Definition

Constructors

GridGroupableSettings()

Declaration

cs-api-definition
public GridGroupableSettings()

Properties

Reorderable

Allows users to reorder grouped columns by dragging the group indicator chips in the group panel. Enable this to let users change grouping order interactively.

Declaration

cs-api-definition
[Parameter]
public bool Reorderable { get; set; }

Property Value

bool

Sortable

Enables sorting through the group chip in the Group Panel. When set to true, a sort arrow appears in each group chip and users can click the chip to toggle the group's sort direction (ascending/descending). Applies when the Groupable property of TelerikGrid<TItem> is true. The default value is false.

Declaration

cs-api-definition
[Parameter]
public bool Sortable { get; set; }

Property Value

bool

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)