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

TreeListColumnMenuSettingsBuilder

Methods

Columns(System.Boolean)

If set to true, the column menu allows the user to select (show and hide) TreeList columns. By default, the column menu allows column selection.

Parameters

value - System.Boolean

The value that configures the columns.

Filterable(System.Boolean)

If set to true, the column menu will allow the user to filter the TreeList. By default, if filtering is enabled through filterable, the column menu allows the user to filter.

Parameters

value - System.Boolean

The value that configures the filterable.

Sortable(System.Boolean)

If set to true, the column menu will allow the user to sort the TreeList by the column field. By default, if sorting is enabled through sortable, the column menu allows the user to sort the data.

Parameters

value - System.Boolean

The value that configures the sortable.

Messages(System.Action)

The text messages that is played in the column menu. Use it to customize or localize the column menu messages.

Parameters

configurator - System.Action<TreeListColumnMenuMessagesSettingsBuilder>

The action that configures the messages.

In this article
Not finding the help you need?