Declined
Last Updated: 29 Jul 2021 13:11 by ADMIN
Created by: Imported User
Comments: 3
Category: Dialog
Type: Feature Request
17
I would like to dialog can drag and set position.
Declined
Last Updated: 26 Jul 2021 13:32 by ADMIN
Currently there is no way to ged rid of 'x' closing button in top right corner. It can be hacked by css globally, but if using the DialogService yoy can not configure if the closing 'x' should be present or not - that would be nice feature
Declined
Last Updated: 10 May 2019 09:51 by Seyfor
Created by: Seyfor
Comments: 5
Category: Dialog
Type: Feature Request
3

I would like to move dialog (because there is some content behind I need to see in order to fill form in dialog).

It would also be great if it could be resizable. If you have an input component inside dialog, you could set width to 100%.

Declined
Last Updated: 21 Jun 2021 12:39 by ADMIN
Would like to be able to set the color on the kendo dialog. We have a mobile application that uses dialogs for error reporting and some times informational reporting. Being able to set the color on the Dialog title bar as well as the button color would be a great feature.
Declined
Last Updated: 12 Aug 2021 13:53 by ADMIN
When using the DialogService (or the PopupService), you must pass either a TemplateRef or a Component class to the content property for it to create.  However, if you have a Component that needs special initialization (i.e. constructor parameters) or that you have already created using a factory, you cannot use that as the content for the DialogService/PopupService.  This feature request is to allow the content parameter to be valid if an existing component instance (already created) is passed.
Declined
Last Updated: 11 Jul 2023 14:55 by ADMIN
Created by: Holger
Comments: 2
Category: Dialog
Type: Feature Request
2

I would like to switch off scrollbars for individual dialogs, thus it would be great to have a scrollable (https://docs.telerik.com/kendo-ui/api/javascript/ui/window/configuration/scrollable) option to control this behavior. This should be also available in the configuration of dialog service.

Declined
Last Updated: 15 Oct 2021 12:31 by ADMIN
Created by: Imported User
Comments: 0
Category: Dialog
Type: Feature Request
1
I need accessibility  support for dialog, h2 in the title, role=alertdialog on the window