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

[Solved] Passing values to RadWindow

1 Answer 190 Views
Window
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 26 May 2008, 02:01 AM
Hi,

How can we pass the text from a Textbox sitting inside a FormTemplate EditForm, to the URL of the RadWindow?
The examples shown on the website show how the values can be picked up from the row and passed to the RadWindow but there is no example where a value could be picked up from a control sitting in a FormTemplate in "Edit" mode and open a RadWindow with the value of the control being passed. (The RadWindow can be opened from a hyperlink sitting inside the ForTemplate as well)

Regards,

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 27 May 2008, 12:52 PM
Hello Siddharth,

As far as we are able to see, this request is not related to the RadWindow control as such, but rather it is a general programming task. Our suggestion is to implement your scenario using some client-script and the well-known window.open function, which will open a browser window with the URL supplied. Once you have completed this task, all you need to do is change the  window.open to window.radopen (To use the radopen function you also need to drop a RadWindowManager object on your page).


Best regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Siddharth
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or