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

[Solved] RadWindow in FormTemplate

1 Answer 107 Views
Window
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 21 May 2008, 04:29 AM
Hi guys,

I have a situation where I need to open a RadWindow from a LinkButton inside a custom FormTemplate for EditForm.
The window needs to be initialized with a few values coming from the FormTemplate.
The user should be able to perform a search based on the values passed to the Window, and the results should be populated in a grid.
Then the user can select a row which matches his criteria and say Ok, on which the window should close and new values should be updated on the FormTemplate.

What is the best way to achieve this ?? Is there an example in Telerik where its shown how a RadWindow interacts with a FormTemplate in a grid.

Regards,

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 21 May 2008, 02:33 PM
Hi Siddharth,

There is no such example, but generally speaking the RadWindow control replaces the standard browser's popup (window.open()). This being said, I recommend to implement the desired logic by using a browser's popup. Once you have your logic working as expected, the same approach will work with RadWindow as well.



Greetings,
Georgi Tunev
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
Georgi Tunev
Telerik team
Share this question
or