Hi,
I tried to load kendoEditor inside JQuery dialog, I created my own knockoutjs custom binding for this.
All works fine except on Insert Image & Create Link dialog, all fields are disabled there.
Please checkout this fiddle: http://jsfiddle.net/budiadiono/K8Kdr/2/, and try to insert image and link there.
Thanks in advance!
-- Budi
I tried to load kendoEditor inside JQuery dialog, I created my own knockoutjs custom binding for this.
All works fine except on Insert Image & Create Link dialog, all fields are disabled there.
Please checkout this fiddle: http://jsfiddle.net/budiadiono/K8Kdr/2/, and try to insert image and link there.
Thanks in advance!
-- Budi
Hi Luke,
As mentioned in the Known Limitations article linked here - Bootstrap modal dialogs will prevent access to Kendo UI popups, which are opened by widgets placed inside the modal dialog.
With the above said I would suggest you use the Kendo Window instead as demonstrated in the Dojo linked here.
Regards,
Neli