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

Access RadCombo in child window

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Harin Yadav
Top achievements
Rank 2
Harin Yadav asked on 10 Mar 2011, 03:31 PM
HI

i have  to  Assing value to radcombo which is in  user control of parent page from Child page Window using java Script

window.opener.document.getElementById(

'ctl00_GenericPlaceHolder_UserCotrol_DropDown').value = 123;
this Script is working with Asp.Net DropDown but not with Telerick Drop Down
 
For  Telerick Drop Down im using Enable Load on demand true

please help me fixing This 

Thanks
Harin



 

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 17 Mar 2011, 12:35 PM
Hi Harin Yadav,

Please excuse us for the delayed reply.

I am not sure that I fully understand the scenario that you describe.
However I tried to create a sample in order to help you.

In the sample there are: user control with a RadComboBox placed in it, a default page that hosts this user control and a RadWindowManager. When the window opens – the user can enter a text within a TextBox and when window closes - this text is set in the RadComboBox input.

Please find this sample attached and give it a try.
If your case is different - please explain your scenario in more details and send us a simplified code that illustrates your implementation.

Best wishes,
Kalina
the Telerik team
Tags
General Discussions
Asked by
Harin Yadav
Top achievements
Rank 2
Answers by
Kalina
Telerik team
Share this question
or