This is a migrated thread and some comments may be shown as answers.

Is there any example of a Kendo Window confirmation dialog box? On button click not grid based?

1 Answer 186 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 09 May 2013, 05:36 PM
Hello all,

If I add the regular JQuery libraries needed for the dialog box all hell breaks loose with kendo jquery errors.   Is there any examples for MVC to prompt a delete confirmation box for YES / NO and on YES the submit form action would be called?   I can't seem to find any good 'common' examples of functionality in some cases.

Thanks all

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 13 May 2013, 12:25 PM
Hello Sean,

Basically Kendo should not have any problems to work hand-in-hand with other third party JavaScript/jQuery libraries. What are these errors that you get? Did you check the troubleshooting guide?

What exactly did you tried, could you share some code? Please notice that KendoUI does not have a confirm dialog widget, anyway you can use the Window widget and its methods to implement similar behavior. Methods such as show/close could help you show the window and hide it when a button inside of the window is clicked.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Sean
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or