Multiple jQuery Window Loading Content with AJAX

1 Answer 18 Views
Window
Ming
Top achievements
Rank 1
Iron
Ming asked on 02 May 2024, 05:00 AM

Hi,

I was using jQuery Window Loading Content with AJAX and was able to open multiple Window, however after I updated Kendo UI, I can only open two Window now, is there any problem? Do I need to pay now to use it? I thought Window is a widget then there is no usage limitation on it.

Thank you for answering.

Ming

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 06 May 2024, 10:14 AM

Hello Ming,

There are no limitations related to the number of Window instances between having the free and paid versions.

Please verify there are no JavaScript errors or failing network requests when trying to load more windows. 

Just for verification, you can try downgrading again to the previous version and see if the Windows still load. That would eliminate the issue being caused by an external script unrelated to the Kendo version upgrade. 

If the issue persists, please share a dojo example where the no more than two Window instances can be opened.

Regards,
Peter Milchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Ming
Top achievements
Rank 1
Iron
commented on 07 May 2024, 04:17 PM

Hi Peter,

Thank you for your help. I just tested again, the problem only happens when iframe = true, here is the dojo example fyi: https://dojo.telerik.com/@poming168/AlEqusuq

Peter Milchev
Telerik team
commented on 10 May 2024, 03:07 PM

Hi Ming, it seems like the overlay of the windows is incorrectly rendered. 
Could you please try if the following style fixes the issue:
.k-window-iframecontent .k-overlay {
  display: none
}
Ming
Top achievements
Rank 1
Iron
commented on 12 May 2024, 02:09 PM

Hi Peter,

It works, will this fix apply to future release?

Tags
Window
Asked by
Ming
Top achievements
Rank 1
Iron
Answers by
Peter Milchev
Telerik team
Share this question
or