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

PivotConfiguratorTagHelper

Example

<kendo-pivotconfigurator>
    <messages />
    <pivot-datasource></pivot-datasource>
    <sortable />
</kendo-pivotconfigurator>

ChildTags

Tag Name Details
messages PivotConfiguratorMessagesSettingsTagHelper
pivot-datasource PivotDataSourceTagHelper
sortable PivotConfiguratorSortableSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
datasource-id String The Id of the data source.
filterable Boolean If set to true the user will be able to filter by using the field menu.
height Double The height of the PivotConfigurator. Numeric values are treated as pixels.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?