Could someone assist and respond to the latest request in this thread:
http://www.telerik.com/community/forums/thread/b311D-bdkatb.aspx
I realized that I had originally posted to the incorrect forum. It should be in this one instead.
http://www.telerik.com/community/forums/thread/b311D-bdkatb.aspx
I realized that I had originally posted to the incorrect forum. It should be in this one instead.
5 Answers, 1 is accepted
0
Hello nowickim,
Please find attached a sample project with implementation of the suggested solution. Give it a try and let me know if you have further questions.
Best regards,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please find attached a sample project with implementation of the suggested solution. Give it a try and let me know if you have further questions.
Best regards,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Matt
Top achievements
Rank 1
answered on 08 May 2008, 02:37 PM
Thanks for putting together the sample app. Unfortunately that's not exactly what I meant. In the sample app, once the modal window pops up it's controlling the update of the three status messages. What I want is for the base/parent window (Default21.aspx in your example) to do work and then trigger the status message in Default22.aspx to update.
For example, I'd like to do the following server-side in Default21.aspx (pseudocode obviously):
modalWindow.show();
myDll.LongRunningProcess1();
modalWindow.statusMessage1.text="Process 1 complete.";
myDll.LongRunningProcess2();
modalWindow.statusMessage1.text="Process 2 complete.";
myDll.LongRunningProcess3();
modalWindow.statusMessage1.text="Process 3 complete.";
modalWindow.close();
Does that make sense and is there a way to do such a thing?
For example, I'd like to do the following server-side in Default21.aspx (pseudocode obviously):
modalWindow.show();
myDll.LongRunningProcess1();
modalWindow.statusMessage1.text="Process 1 complete.";
myDll.LongRunningProcess2();
modalWindow.statusMessage1.text="Process 2 complete.";
myDll.LongRunningProcess3();
modalWindow.statusMessage1.text="Process 3 complete.";
modalWindow.close();
Does that make sense and is there a way to do such a thing?
0
Hello nowickim,
I am afraid such scenario could not be implemented with RadWindow. I suggest you to use RadAjaxLoadingPanel and display it on the page while your server methods are in process instead.
Let us know if we could assist you further.
Best wishes,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I am afraid such scenario could not be implemented with RadWindow. I suggest you to use RadAjaxLoadingPanel and display it on the page while your server methods are in process instead.
Let us know if we could assist you further.
Best wishes,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Matt
Top achievements
Rank 1
answered on 09 May 2008, 02:54 PM
Yes, that was my original question and intent. I don't want to use RadWindow -- I wanted to use RadLoadingPanel. Can you assist me in how I might be able to accomplish that?
THANKS
THANKS
0
Hi nowickim,
I've prepared a sample project for you and attached it to this post. Please give it try and let me know if it works the way you expect it to.
All the best,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I've prepared a sample project for you and attached it to this post. Please give it try and let me know if it works the way you expect it to.
All the best,
Iana
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center