New to Kendo UI for jQuery? Download free 30-day trial

Cannot Create Multiple Same-ID Dialogs

Environment

Product Progress® Kendo UI® for jQuery Dialog
Operating System Windows 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

In this article