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

Dropdown Arrow Missing

7 Answers 295 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 19 Mar 2013, 05:57 PM
No matter what I do, the dropdown arrow for the combo box only shows up on mouse over.  I have removed ALL css from the page to eliminate that as an issue and it still happens.  I've tried using a RadFormDecorator and selecting a different style theme as well but the same display issue persists.

<telerik:RadComboBox ID="cmbBillTo_State" runat="server" />


See attached images.

Anyone have an idea?

7 Answers, 1 is accepted

Sort by
0
J
Top achievements
Rank 1
answered on 20 Mar 2013, 04:20 PM
In addition to this, all of the dropdown boxes aren't clickable when the page loads, they look the same but they behave as if Enabled=false.  I have to do something that causes a postback and then from that point forward I can at least click on the dropdown boxes.
0
Kate
Telerik team
answered on 22 Mar 2013, 02:23 PM
Hello Juan,

I tested the code that you provided but I am not able to get the appearance that you describe. One reason, however, that I can come up with and that might be causing the issues that you get could be due to the fact that some of the WebResources needed to the RadControls to work properly might not get loaded. Please check if you get any errors that indicates this. If that is the case I would suggest that you refer to the following help article where you can get more detailed information on how to resolve the issue related to the WebResources:

All the best,
Kate
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
J
Top achievements
Rank 1
answered on 22 Mar 2013, 02:50 PM
No errors are generated.  Also, if was a missing resource, then it wouldn't work when I mouse over it.  I verified that the Telerik.Web.UI.WebResource.axd is correctly referenced in the web.config.

I will look into the Web Resources Troubleshooting tests later on today when I have some time but I'm fairly certain the web.config is all configured correctly.  I'll confirm shortly.
0
Accepted
Kate
Telerik team
answered on 27 Mar 2013, 10:19 AM
Hello Juan,

Can you also clarify if you have any custom styles that you apply to your application? If so, can you try to exclude them and check if the issue still persists? Another approach that I can suggest is to provide a live url that I can test locally and inspect the issue from my side.

Regards,
Kate
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
J
Top achievements
Rank 1
answered on 27 Mar 2013, 12:25 PM
I have not done anything beyond normal CSS styling and I have removed ALL css from the page to eliminate that as an issue and it still happens.

I looked into the links you posted but everything checked out.

I'll try to put together a sample project that demonstrates it as soon as I have a chance.  I know I owe you guys a couple samples right now, trying to get to them but I've been really busy this last week and had to move on from this.
0
J
Top achievements
Rank 1
answered on 29 Mar 2013, 03:05 PM
I was putting together a sample project demonstrating the issue by copying my actual code into a new project and tweaking it so it doesn't need the databases and in doing so I was unable to reproduce the issue.  I then went back into my actual project and put the drop downs back on and it worked correctly.

I've made a ton of changes to this project since the initial issue so perhaps one of the changes I made 'fixed' whatever was causing this to happen.

I wish I knew what was the actual cause so that I can avoid it in the future but since I cannot duplicate it now, I'll just have to wait and see if it ever happens again.

Thanks for all of your help.
0
Bob
Top achievements
Rank 2
answered on 19 Feb 2015, 08:41 PM
I don't know if this is similar to what I've seen, but I noticed that almost all of the Telerik controls are missing small portions of the controls when I publish my project as a release version. If I publish as a debug version everything is there. So I have just been publishing the debug version. I use VS2013 professional and am using UI for ASP.NET MVC - 2014.3.1411 

I have not had a chance to figure out why this is but someday may take a look. 
Tags
ComboBox
Asked by
J
Top achievements
Rank 1
Answers by
J
Top achievements
Rank 1
Kate
Telerik team
Bob
Top achievements
Rank 2
Share this question
or