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

Kendo Grid in a Window Object(not Kendo window)

4 Answers 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 26 Dec 2017, 05:09 PM

Ok, It seems that I can not run Kendo in a Window object.

I am looking to run a popup window not dependent on the page.

So it is always present and usable.   I have one working as a Kendo Window, but it is attached to the page that spawned it.

Any one got an idea beside spawning another browser window?

 

Thanks

 

4 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 28 Dec 2017, 06:12 AM
Hello, Daniel,

In general, in order to use the Kendo UI widgets the Kendo UI scripts, styles and jQuery have to be present in the page that used the Kendo UI widgets.

The popup has to be either a part of an existing page with the Kendo UI resources loaded or a separate page again with all of the resources loaded.

If you provide more details about the scenario and the use-case I will gladly check if we can offer an alternative approach.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Daniel
Top achievements
Rank 1
answered on 28 Dec 2017, 02:21 PM

Thank Stefan,

Here is the scenario.  We would like a windows that is accessible during the session for notifications and messages.

This popup does tie back to the same host, but should not have to reload on each navigation.

This is not a chat tool.  This is a notification tool.

So it would be wise to run as a separate window away from the site pages as they load.

 

The current configuration of the kendo window popup will require a recreation of the window for each page navigated to.

Thoughts? Or can I do a window.open('mvc') using a kendo grid in it?  I tried this and it seems to fail also.

 

Thanks

Dan

0
Accepted
Konstantin Dikov
Telerik team
answered on 01 Jan 2018, 10:17 AM
Hello Daniel,

The popup elements are just HTML elements and although that you can load external content to the Kendo Window, that content will be rendered in an iframe within the page that open it. If you need a window that will stay open when you change the pages in your browser, you can open separate tab in the browser:
Hope this helps.


Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Daniel
Top achievements
Rank 1
answered on 01 Jan 2018, 03:34 PM
THanks
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Daniel
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or