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

Getting the edit form user control from code behind.

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
defunx
Top achievements
Rank 1
defunx asked on 28 Aug 2008, 01:39 PM
I have a grid edit form user control and  it has a button that opens a radwindow. I am trying to set a value that returns from the radwindow into the textbox which my user control contains. How can I reach the textbox or the user control from code behind or is there any way to set the value using javascript ?

Thanks...

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 28 Aug 2008, 01:44 PM
Hi defunx,

You can use window.opener. The window.opener property is created whenever a secondary window is opened using the window.open method.  Using this opener property, we can access the main window (the default browser window) from the newly opened window. You may have learned from the tutorial  Referencing the Opener how to access a main window from the secondary window

Kind regards,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
defunx
Top achievements
Rank 1
Answers by
Missing User
Share this question
or