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

Latest version icon issue?

1 Answer 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michael Pullella
Top achievements
Rank 1
Michael Pullella asked on 25 Jun 2010, 03:06 PM
Hi again

Wondering if you knew if the latest version of the Telerik controls has an issue with displaying the icons in the grid toolbar.  I know it was working in previous versions.  I may have changed something that would have caused it to break, but I'm not sure.  As an example, here is what I have in my App_Themes\vista.css file.  We use all the different skins, but just chose the Vista as an example.

.reToolbar.Vista

 

.tbiEntity {

 

 

background-image: url(/images/rgb.png);

 

}


Additionally, I am aware that there is a hotfix, but when I tried to use it (I moved the contents of the last version to a backup folder and copied the contents of the zip file to the Telerik directory), I get the following error:
Package Load Failure
Package 'Telerik.Web.UI .... has failed to load properly (GUID={057D8865-D4BB-46E8-E24FD08F489}}.  Please contact package vendor for...

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Jun 2010, 11:10 AM
Hi Michael,

I was unable to reproduce the reported problem with Q1 2010 SP2 (version 2010.1.519) of RadControls for ASP.NET AJAX. For your convenience I have attached my test project and video demonstrating my test at http://screencast.com/t/M2YxNzVlN.

To increase the weight of the custom button class I added .rgMasterTable before the .reToolbar.Vista .tbiEntity class, e.g.

<style type="text/css">
        .rgMasterTable .reToolbar.Vista .tbiEntity
        {
            background-image: url(http://demos.telerik.com/aspnet-ajax/editor/examples/customtools/Icons/Custom.gif);
        }
        
    </style>

Kind regards,
Rumen
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
Michael Pullella
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or