Currently, there is no way to configure (add or remove) action buttons using Angular service.
Perhaps, we can add additional settings here like this(?)
minimize: true,
maximize: true,
restore: true,
close: true
It can be also an array of actions that will allow also to arrange them depending on which index they are in the array.
Hi Axel,
Thank you for the feedback.
The feature request is indeed valid and we will track the demand from our users. In the meantime, the developer can specify a custom title bar that will render the desired actions depending on a condition using *ngIf as demonstrated in the following example:
https://stackblitz.com/edit/angular-4meyqw?file=src%2Fapp%2Fapp.component.ts
Article about the custom title bar approach:
Regards,
Yanmario
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.