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

Showing a non-modal window

1 Answer 67 Views
Window
This is a migrated thread and some comments may be shown as answers.
M. R.
Top achievements
Rank 1
M. R. asked on 28 Apr 2010, 05:31 PM
Hello,

I have a RadChart in Gantt Mode showing project management related information
I am opening a Radalert window when user clicks on different zones of this chart, that shows some additional information.

I am building a Java Script in the 'code behind' module following the known method documented on the site, i.e.:
(http://www.telerik.com/support/kb/aspnet-ajax/window/calling-radalert-from-codebehind.aspx). Works ok.

What I would like to do is to show the radalert window as non-modal so that the user can have several windows opened at the same time. Is this possible or should  to use a different technique and not a radAlert?
If this is the case, then  can you please provide a resource showing how to do it?
Please note that I don't click a control (button, etc) it's just a zone on the chart.

Thank you,
M. Rusu

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 29 Apr 2010, 06:36 AM
Hi M. R.,

radalert, radprompt and radconfim would always be displayed as modal dialogs. If you want to have access to the parent page in such scenario, I would suggest to use a RadWindow instead - you could either load an external page in it with the needed information, or as an alternative - to open a RadWindow with predefined content template.


All the best,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
M. R.
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or