Declined
Last Updated: 31 Mar 2025 10:21 by ADMIN
Created by: Markus
Comments: 2
Category: ToolBar
Type: Feature Request
2

Please make it possible to define the children of the kendo-toolbar-dropdownbutton in html.

It makes the using of the kendo-toolbar-dropdownbutton much easier.

Translation (i18n), Observables (asyn), additional directives are supported in markup but must be added with additional effort in code.

 

Example:

<kendo-toolbar>
    <kendo-toolbar-dropdownbutton [text]="'Paste Variations'">
        <kendo-toolbar-button [text]="'Paste'" i18n-text (click)="onClick($event)" [disabled]="canPast$|async === false"></kendo-toobar-button>
    </kendo-toolbar-dropdownbutton>
</kendo-toolbar>
Declined
Last Updated: 11 Jul 2023 15:00 by ADMIN
Created by: Serghei
Comments: 2
Category: ToolBar
Type: Feature Request
2
Get ability split toolbar items to left & right groups, to allow right align part of items, will be good  if it will work in pair with responsive mode
Declined
Last Updated: 11 Aug 2022 08:28 by ADMIN
Created by: Marc
Comments: 2
Category: ToolBar
Type: Feature Request
0

Please could you add the possibilty to add tools via API to the toolbar.

Something like it's done at the splittbutton.