Declined
Last Updated: 31 Mar 2022 07:59 by ADMIN
Created by: Thomas
Comments: 8
Category: Dialog
Type: Feature Request
21
Please support Kendo Dialog draggable option just like kendo window does. I don't see any reason why this option is not supported.
Thank you.
Declined
Last Updated: 30 Jun 2021 12:49 by ADMIN
Created by: Sam
Comments: 3
Category: Dialog
Type: Feature Request
9
Currently there is not a way to define a form with ng-submit within a dialog, and have the `<button type="submit">` within the actions.

Take for example this ui bootstrap modal example, where the parent elemint is a form.

```
<form name="formData" ng-submit="form.submit()" novalidate="novalidate">
  <div class="modal-header">
    UI Bootstrap Modal form Demo
  </div>
  <div class="modal-body">
    <input type="text" required ng-model="name">
  </div>
  <div class="modal-footer">
    <button class="btn btn-primary"
            type="submit">
      OK
    </button>
    <button class="btn btn-warning" type="button" ng-click="cancel()">Cancel</button>
  </div>
</form>
```
Unplanned
Last Updated: 16 Apr 2021 17:07 by Akesh Gupta
Created by: Travis
Comments: 2
Category: Dialog
Type: Feature Request
6

kendo.alert should be able to return a promise.

Consistency is so import in these types of frameworks.

Unplanned
Last Updated: 02 Apr 2021 10:12 by ADMIN
Created by: Daniel
Comments: 0
Category: Dialog
Type: Feature Request
6
Add the encoded feature in the Dialog widget, as in the Window.
Unplanned
Last Updated: 19 Feb 2019 11:17 by ADMIN

Currently, the width of the Dialog widget element is always restricted to fit within the width of the viewport (browser window). The height, however, is allowed to exceed the viewport height, which results in hidden content in the lower part of the Dialog. I would like to see the same restriction for the height of the widget as present for its width.

Further information could be found in the following Forum thread: https://www.telerik.com/forums/resizing-the-dialog---mobile-support

Completed
Last Updated: 29 Mar 2021 07:03 by ADMIN
Created by: Vasim
Comments: 1
Category: Dialog
Type: Feature Request
3
Make the Dialog widget responsive

Note: Dialog category missing, selected Window instead
Completed
Last Updated: 20 Jan 2022 12:24 by ADMIN
Created by: Imported User
Comments: 1
Category: Dialog
Type: Feature Request
1
It would be nice if we can set the animations to false on the appearance of the dialog. When you use a lot of dialog boxes in a business application you don't want animations as it costs productivity.