Unplanned
Last Updated: 28 Jul 2023 11:52 by ADMIN

Hi,

It would be a nice feature for the WindowService and DialogService settings to have a themeColor property.

Unplanned
Last Updated: 22 Jun 2023 12:56 by Hannah

Hi, Team!

As of now, the Window component, when in a maximized state, does not resize according to the dimensions of the browser window. I would like to request such a feature that the maximized Window resizes according to the browser window size. 

Unplanned
Last Updated: 23 Nov 2022 13:12 by ADMIN
Created by: Axel
Comments: 1
Category: Window
Type: Feature Request
0

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.

Unplanned
Last Updated: 01 Dec 2021 14:56 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Window
Type: Feature Request
0

Provide an option to open the Kendo UI for Angular Window, without focusing the wrapper or any elements inside the component.

Unplanned
Last Updated: 01 Jul 2020 07:04 by ADMIN
Created by: Tsuyoshi
Comments: 2
Category: Window
Type: Feature Request
5

Please provide an option that allows to constrain the movement of the Window component when dragging similar to the Kendo UI for Vue Window:

https://www.telerik.com/kendo-vue-ui/components/window/constrain-movement/

Unplanned
Last Updated: 04 Sep 2019 04:49 by ADMIN
Created by: Christoph
Comments: 3
Category: Window
Type: Feature Request
10

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).