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

Intermittent !! rlbButton icons not apperaing on RadListBox

3 Answers 40 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Alok
Top achievements
Rank 2
Alok asked on 18 Jun 2015, 05:34 AM

Hi, 

I have used RadListBox control at many places in my project. The issue is intermittent, especially in IE10 and IE11.
The icons(rlbButton) appears blank i.e. without the arrows etc... Please provide a solution or a workaround for the same.
Please find attached the snapshot.

Thanks

~P

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 22 Jun 2015, 10:46 AM
Hello,

I am attaching a sample project to this reply. Could you please try to reproduce in it the issue with the missing RadListBox button images and post your modifications? If you have custom Css on your page that could be affecting the images, please include it as well.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Ajinkya
Top achievements
Rank 1
answered on 24 Sep 2018, 12:41 PM
I am also facing same issue with IE. Did you get any solution for this?
0
Vessy
Telerik team
answered on 25 Sep 2018, 08:22 AM
Hi Alok,

Such issues are usually faced when IE is running in Compatibility mode (which is not supported). Can, you, please, check if this is also the case at your end?

You can force the app to run always with the latest installed IE version by adding the following settings to the web.config:
<system.webServer>
    <httpProtocol>
      <customHeaders>
        <add name="X-UA-Compatible" value="IE=Edge"/>
      </customHeaders>
    </httpProtocol>
</system.webServer>


Regards,
Vessy
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
ListBox
Asked by
Alok
Top achievements
Rank 2
Answers by
Ivan Danchev
Telerik team
Ajinkya
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or