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

PivotConfiguratorSortSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables sorting.

Parameters

value - System.Boolean

Example


             @( Html.Kendo().PivotConfigurator()
                        .Name("PivotConfigurator")
                        .Sortable(sorting => sorting.Enabled((bool)ViewData["enableSorting"]))
            )

AllowUnsort(System.Boolean)

Enables or disables unsorted mode.

Parameters

value - System.Boolean

The value.

Example


             @( Html.Kendo().PivotConfigurator()
                        .Name("PivotConfigurator")
                        .Sortable(sorting => sorting.AllowUnsort(true))
            )

In this article
Not finding the help you need?