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?
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?