Hi,
I used radcombox in asp usercontrol(.ascx file). while I'm running my website comboboxes which have located in usercontol are not working. They look like a label. But in aspx page, this problem does not occur.
How can I solve this problem?
Thank you.
I used radcombox in asp usercontrol(.ascx file). while I'm running my website comboboxes which have located in usercontol are not working. They look like a label. But in aspx page, this problem does not occur.
How can I solve this problem?
Thank you.
4 Answers, 1 is accepted
0
0
Hello Ismail,
Could you please provide more information about your particular scenario. Are you using Ajax and whether the user control are statically define in the mark-up or dynamically loaded from code behind. What you have explained is a problem is quite strange and might occur if the RadComboBox has not loaded all of its styles properly.
Kind regards,
Dimitar Terziev
the Telerik team
Could you please provide more information about your particular scenario. Are you using Ajax and whether the user control are statically define in the mark-up or dynamically loaded from code behind. What you have explained is a problem is quite strange and might occur if the RadComboBox has not loaded all of its styles properly.
Kind regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0

ismail
Top achievements
Rank 1
answered on 20 Dec 2011, 02:54 PM
Hi,
I used a radcombobox in usercontrol but it is not added dynamically in code behind. And my user control is located in an aspx file. I did not add usercontrol dynamically in aspx page.For example in aspx file:
<%@ Register Src="../UC/UserControl1.ascx" TagName="UserControl1" TagPrefix="uc1" %>
....
.....
....
then I added following code to aspx page
<uc1:UserControl1 ID="usc1" runat="server" />
...
After that I put a radcombobox into this usercontrol (UserControl1.ascx)
In Usercontrol I have a function which name is Show() and in aspx page I call usc1.Show() and usercontrol is shown in screen by Ajax modal popup extender. It looks like a modal popup.
But my combobox looks like a label. I can not select any item from it.
Thank you.
I used a radcombobox in usercontrol but it is not added dynamically in code behind. And my user control is located in an aspx file. I did not add usercontrol dynamically in aspx page.For example in aspx file:
<%@ Register Src="../UC/UserControl1.ascx" TagName="UserControl1" TagPrefix="uc1" %>
....
.....
....
then I added following code to aspx page
<uc1:UserControl1 ID="usc1" runat="server" />
...
After that I put a radcombobox into this usercontrol (UserControl1.ascx)
In Usercontrol I have a function which name is Show() and in aspx page I call usc1.Show() and usercontrol is shown in screen by Ajax modal popup extender. It looks like a modal popup.
But my combobox looks like a label. I can not select any item from it.
Thank you.
0
Hello Ismail,
In order to troubleshoot this issue, please open a support ticket and provide a runnable sample page demonstrating the issue. Thus, we could test and debug it locally.
Regards,
Dimitar Terziev
the Telerik team
In order to troubleshoot this issue, please open a support ticket and provide a runnable sample page demonstrating the issue. Thus, we could test and debug it locally.
Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now