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

The component that configures the column menu.

Definition

Constructors

C#
public GridColumnMenuSettings()

Properties

Enables grouping options in the column menu, allowing users to group data by clicking in the column header menu. Default value is true (grouping options available in column menu).

C#
[Parameter]
public bool Groupable { get; set; }