Unplanned
Last Updated: 04 Sep 2019 04:49 by ADMIN
Christoph
Created on: 12 Jan 2019 17:23
Category: Window
Type: Feature Request
10
WindowService: Maximizable, Minimizable

If we open a window using the WindowService and a custom component for the window content, there seems to be no easy way to disable the "minimize" action.

Example (pseudo code):

this.windowService.open({ title: 'Execution Details', content: MyDetailsWindowComponent, width: 800, height: 600,
minimizable: false, // < suggested feature
maximizable: false // < suggested feature });

 

Szenario: Esp. minify makes no sense in many situations (while we still don't want a "dialog like behavior" with backdrop and modal).


3 comments
ADMIN
Dimiter Madjarov
Posted on: 04 Sep 2019 04:49
Hello Dmitry,


Have you tried using a custom titlebar via the titlebarContent option? This way we could omit the minimize action in the template. The approach is demonstrated here:

https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service/#toc-specifying-custom-title-bar

Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Dmitry
Posted on: 30 Aug 2019 09:29
Any updates? Right now we are struggling with it and forced to invent a`bicycle`.
ADMIN
Svet
Posted on: 21 Jan 2019 06:37
Hi Christoph,

Thank you for the logged feature request. We will track the demand for it and eventually provide it in a future release of Kendo Ui for Angular. 

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.