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"))))
)