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

GridColumnMenuColumnsSettingsGroupBuilder

Properties

Container - GridColumnMenuColumnsSettingsGroup

The title of the group

Methods

Title(System.String)

Enables you to set a title to the ColumnMenu group.

Parameters

value - System.String

The text for the group title.

Example


             @(Html.Kendo().Grid(Model)
                        .Name("Grid")
                        .ColumnMenu(cm => cm.Columns(col => col.Groups(gr => gr.Add().Title("group1"))))
            )

Columns(System.Collections.Generic.IEnumerable)

Parameters

value - System.Collections.Generic.IEnumerable<String>
In this article
Not finding the help you need?