ToolBar

Example

Razor
<kendo-toolbar>
    <overflow />
    <toolbar-items></toolbar-items>
</kendo-toolbar>

ChildTags

Tag NameDetails
overflowToolBarOverflowSettingsTagHelper
toolbar-itemsToolBarItemsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
navigate-on-tabBooleanIf set to true this configuration option would enable Tab-based navigation among ToolBar items.
on-clickStringThe name of the JavaScript function that will handle the click event. Fires when the user clicks a command button.
on-closeStringThe name of the JavaScript function that will handle the close event. Fires when the SplitButton's popup closes.
on-openStringThe name of the JavaScript function that will handle the open event. Fires when the Split Button's popup opens.
on-overflow-closeStringThe name of the JavaScript function that will handle the overflowClose event. Fires when the overflow popup container is about to close.
on-overflow-openStringThe name of the JavaScript function that will handle the overflowOpen event. Fires when the overflow popup container is about to open.
on-toggleStringThe name of the JavaScript function that will handle the toggle event. Fires when the user changes the checked state of a toggle button.
resizableBooleanIf resizable is set to true the widget will detect changes in the viewport width and hides the overflowing controls in the command overflow popup.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
sizeComponentSizeSpecifies the size of the component. Default is Medium.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support