New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridColumnMenuSettingsTagHelper

Example

<column-menu>
    <column-menu-columns></column-menu-columns>
    <messages />
</column-menu>

ChildTags

Tag Name Details
column-menu-columns GridColumnMenuColumnsSettingsTagHelper
messages GridColumnMenuMessagesSettingsTagHelper

Attributes

Attribute Type Description
component-type String Specifies the component type of the column menu. "classic" - Uses the standard rendering of the column menu. or "modern" - Uses new rendering with a fresh and modern look and feel..
enabled Boolean
filterable Boolean If set to true the column menu would allow the user to filter the grid. By default the column menu allows the user to filter if filtering is enabled via the filterable.
sortable Boolean If set to true the column menu would allow the user to sort the grid by the column field. By default the column menu allows the user to sort if sorting is enabled via the sortable option.
In this article
Not finding the help you need?