HI
i have to Assing value to radcombo which is in user control of parent page from Child page Window using java Script
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