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

Combobox error in usercontrol

4 Answers 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ismail
Top achievements
Rank 1
ismail asked on 08 Dec 2011, 01:12 PM
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.

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Dec 2011, 01:54 PM
Hello,

I have tried to reproduce the same but no avail. I am using the version 2011, 2, 915, 35. Here is the screenshot.

-Shinu.
0
Dimitar Terziev
Telerik team
answered on 12 Dec 2011, 03:12 PM
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
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.
0
Dimitar Terziev
Telerik team
answered on 22 Dec 2011, 03:34 PM
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
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
Tags
ComboBox
Asked by
ismail
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dimitar Terziev
Telerik team
ismail
Top achievements
Rank 1
Share this question
or