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

[Solved] populate form from Window

2 Answers 125 Views
Window
This is a migrated thread and some comments may be shown as answers.
mac
Top achievements
Rank 1
mac asked on 25 Jun 2008, 04:38 AM
Good day.
I was hoping someone might know of a demo that does the following or is built around the following idea.
A: Empty Form Fields on default.aspx, with 'Lookup' button to call radwindow.aspx open event.
B Radwindow has basic radgrid within it.
C: user selects id.
D: Radwindow.aspx is closed, and parameters are sent to default.aspx where form is populated from DB using those params.

i found this.. http://www.telerik.com/demos/aspnet/prometheus/Window/Examples/UsingURLForServerArguments/DefaultVB.aspx but it does the opposite. in sending the values to the radwindow instead of to the parent. The only way I see in doing this way is to force a postback URL to the parent in what I am trying to do. I was hoping to keep it all in nice tight package.

any ideas?

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 25 Jun 2008, 10:26 AM
Hello mac,

I believe that the (ID#744) Passing data to parent page from RadGrid displayed in RadWindow KB article will be of help. Please use the code there as a base and extend it further to fit your requirements.





Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
mac
Top achievements
Rank 1
answered on 25 Jun 2008, 04:19 PM
thanks very much. That was pretty much exactly what I was looking for.
once again I appreciate the response time and documentation.
Tags
Window
Asked by
mac
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
mac
Top achievements
Rank 1
Share this question
or