Adjust toolbar k-popup width

1 Answer 366 Views
ToolBar
Michael
Top achievements
Rank 1
Veteran
Iron
Michael asked on 06 May 2021, 01:37 PM

Hi!

Is it possible to set the with of the popup from toolbar!

Example: https://stackblitz.com/edit/angular-ymzuwx?file=app/app.component.ts

1 Answer, 1 is accepted

Sort by
0
Accepted
Hetali
Telerik team
answered on 07 May 2021, 05:33 PM

Hello Michael,

Yes, it is possible to set the width of the popup from the Kendo UI toolBar using the popupSettings. For example:

<kendo-toolbar [overflow]="true" [popupSettings]="{ width: 200 }">
</kendo-toolbar>

In this StackBlitz example, I have set the width of the popup using the width property of the PopupSettings.

I hope this helps. Let me know if I can further help you.

Regards,
Hetali
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ToolBar
Asked by
Michael
Top achievements
Rank 1
Veteran
Iron
Answers by
Hetali
Telerik team
Share this question
or