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

missing arrow in dropdown

4 Answers 600 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 21 Dec 2018, 03:42 PM

Hi

For my dropdownlist, everything works fine except the arrow is not showing up. png files are there in ...Styles/Default folder. Is there another file that would be missing in my project, something like ...kendo.all.min.js or whatever...

4 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 23 Dec 2018, 07:33 PM
Hi John,

When using the built-in skins of the UI for ASP.NET AJAX controls you don't need to include anything in your project apart from our assemblies. If something is off with them, I advise that you follow this article on the most common problems and their solutions: https://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/skins-troubleshooting#incorrect-or-distorted-appearance.

If you are using custom skins, my best advice is to inspect the rendered HTML and see what CSS rules are applied to it. It is likely that the path to some sprite or font is wrong, especially if you are registering the stylesheets through ASP Themes. The following blog post can help you in this task: https://www.telerik.com/blogs/improve-your-debugging-skills-with-chrome-devtools#see-the-applied-styles. You can also use our online demos to compare the rules you see there with the rules you see on the problematic control.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
John
Top achievements
Rank 1
answered on 18 Feb 2019, 06:16 PM

hi again

i looked to the articles and didn't find usefull for my problem. Here's a picture attached of what i get, all my dropdownlist has the arrowup with a X on left side,,,, but i want the down arrow only.

 

and the other picture, in the datepickers, both arrow shows the arrowup image,,, i would like arrow previous and arrow next image

0
John
Top achievements
Rank 1
answered on 18 Feb 2019, 06:18 PM
i forgot to attached the pics here they are
0
Marin Bratanov
Telerik team
answered on 20 Feb 2019, 06:20 PM
Hello John,

I have seen similar behavior in the following cases:

  • There is some third party (as in not built-in into the Telerik controls) CSS on the page that overrides the built-in settings. Here is a more detailed tutorial that explains similar problems and how to solve them: Distorted Appearance.
  • There is a mix of different RenderModes on the same page, for example, a Lightweight combobox and a Classic combobox.

 


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DropDownList
Asked by
John
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
John
Top achievements
Rank 1
Share this question
or