New to Kendo UI for jQueryStart a free 30-day trial

Cannot Create Multiple Same-ID Dialogs

Environment

ProductProgress® Kendo UI® for jQuery Dialog
Operating SystemWindows 10 64bit

Description 

I'm not able to create multiple jQuery Dialogs with the same ID.

Solution

To create a Kendo UI Dialog instance multiple times with the same ID, make sure that the existing instance with this ID is destroyed first. Widgets with the same ID cannot exist and work properly at one and the same time.

Alternatively, do not destroy the existing Dialog instance—open it and set new static content if needed.

See Also