Unplanned
Last Updated: 06 Mar 2024 11:58 by Michael

Provide an item template directive for the ToolBarSplitButton and the ToolBarDropDownButton that allows the customization of their items, similar to the ones available for the default SplitButton and DropDownButton components:  

Currently, the only way to use this item template is by implementing the default buttons as custom tools in the 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
Unplanned
Last Updated: 25 Oct 2022 13:29 by ADMIN
Created by: Saar
Comments: 1
Category: ToolBar
Type: Feature Request
2

Hi,

I want to define some of the items in the toolbar to have overflow = "always", so they'll always be inside the 3 dots menu.
I found a way to do it in JQuery here, but didn't find a way to do it in Angular.

How can I reach this result?

Thanks,

Unplanned
Last Updated: 04 Oct 2022 07:37 by Clint Singer

Hi Kendo Team,

It will be a good addition if the ToolBar button controls allow nesting child components or directive to apply custom icon to the buttons. Similar to the button component where it is available as an option.

Currently the developer would need to create a custom control to achieve that withing the ToolBar component:

https://stackblitz.com/edit/angular-qfzm2q-f6fppa?file=src%2Fapp%2Fcustom-tool.component.ts

    <button kendoButton> 
        <fa-icon [icon]="['fab', 'github']"></fa-icon>
        Browse
    </button>

Improving the button controls would allow the developer to directily define the icon inside the ToolBar button control like the following:

    <kendo-toolbar-button>
        <fa-icon icon="calendar" size="lg"></fa-icon>
    </kendo-toolbar-button>

Also this can be concidered for the other component packages that Kendo UI for Angular offers.

Thank you for the concideration.

 

 

Unplanned
Last Updated: 28 Sep 2022 06:11 by ADMIN
Created by: Kendo UI
Comments: 0
Category: ToolBar
Type: Feature Request
1
Please provide an input for setting a custom title attribute to the built-in toolbar tools inner elements (like DropDownButton and SplitButton). Currently the only way to achieve this is to create a custom tool, and place a title attribute on the desired internal element/component.
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.

Unplanned
Last Updated: 01 Oct 2021 07:12 by ADMIN
Created by: Tim
Comments: 0
Category: ToolBar
Type: Feature Request
4

Currently there is no straight-forward way to add HTML attributes to the Button elements within the ToolBar tools, barring a direct DOM manipulation after the components are rendered.

Please expose a public API for setting the desired set of HTML attributes.

Completed
Last Updated: 27 Jul 2021 13:39 by ADMIN
Created by: Lynden
Comments: 1
Category: ToolBar
Type: Feature Request
5
It would be great if toolbar buttons allowed title attributes so we could provide more context to buttons.
Completed
Last Updated: 18 May 2021 15:48 by ADMIN
Created by: Christoph
Comments: 1
Category: ToolBar
Type: Feature Request
0

The toolbar component works perfectly for our application header requirements. But: the default styles (here material theme with grey background and drop shadow) does not make sense. While it's not a problem to work around it...

Please allow us to add custom CSS classes to toolbar component. Example:


<kendo-toolbar class="header"></kendo-toolbar>
In current version, the CSS class will be removed in final dom.
Unplanned
Last Updated: 02 Apr 2021 08:51 by ADMIN
Created by: Markus
Comments: 1
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>
Duplicated
Last Updated: 07 Dec 2020 08:00 by ADMIN

We need to align the toolbar buttons to the right of the toolbar near by the overflow button. By default buttons are always aligned to the left.

It would be great to have an option like "alignment" with values "near" and "far" to align the buttons near to or far from the overflow button.

Unplanned
Last Updated: 01 Dec 2020 10:35 by ADMIN
Created by: Holger
Comments: 1
Category: ToolBar
Type: Feature Request
2

Please add the "overflow" property (like available in the jQuery counterpart) to the ToolBarToolComponent to determine whether the tool is initially pushed to the toolbar's overflow.

Unplanned
Last Updated: 10 Sep 2020 05:42 by ADMIN

Should be useful to decide where to align every single button of the toolbar center/left/right (or at least every button in the toolbar left or right).

This feature should be granted combined with the overflow option, in order to have a responsive behavior.

Unplanned
Last Updated: 20 Jul 2020 08:45 by ADMIN
Created by: Michal
Comments: 1
Category: ToolBar
Type: Feature Request
10

Hi,

 

Today the tollbar can be responsive - in this case it moves the items according the space in the screen.

We want to be able to hide the tools manually

In our case, we want to move the tools to poup from specific screen width:

We'd appricate this feature!

 

Thanks,

Michal.

Completed
Last Updated: 27 May 2020 09:06 by ADMIN
Created by: Marc
Comments: 3
Category: ToolBar
Type: Feature Request
5

It would be realy great to have an overflow button like in the jquery version: