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

[Solved] ResponseScripts in Prometheus

1 Answer 203 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
kvolkman
Top achievements
Rank 1
kvolkman asked on 22 Aug 2007, 06:45 PM
I am trying to migrate to Prometheus, but I have come across an issue.  I use the ResponseScripts property of the RadAjaxManager to pop a RadWindow, but now I am trying to use the RadAjaxManagerProxy...

What is the best method to use Ajax to open a RadWindow under the new architecture?

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 23 Aug 2007, 10:16 AM
Hello kvolkman,


You can use GetCurrent() method to get the manager from the user controls.

        RadAjaxManager radAjaxManager = RadAjaxManager.GetCurrent(Page); 
        radAjaxManager.ResponseScripts.Add("openWindow();"); 




Kind regards,
Plamen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
kvolkman
Top achievements
Rank 1
Answers by
Missing User
Share this question
or