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

Q1 2013 skin issue

4 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 21 Feb 2013, 01:24 PM
It seems there is a problem with the RadGrid and the MetroTouch skin. The "Add new record" button (and other command item buttons) no longer have an icon. But in the previous version it was there. Now its just an empty circle with no "plus" sign.

I have attached a screen shot of what it looks like

Thanks

4 Answers, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 25 Feb 2013, 08:13 PM
Has anyone else seen this issue?
0
Maria Ilieva
Telerik team
answered on 26 Feb 2013, 12:08 PM
Hello Eric,

We are aware of this issue and our dev team is working on its fixing. meanwhile you could apply the following styles as a workaround:

CSS:
<style type="text/css">
       div.RadGrid_MetroTouch input.rgAdd
       {
           background-position: -112px -2312px;
       }
        
       div.RadGrid_MetroTouch input.rgRefresh
       {
           background-position: -112px -1012px;
       }
   </style>

I hope this helps.

Kind regards,
Maria Ilieva
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
KDL
Top achievements
Rank 1
answered on 12 Jun 2013, 07:51 PM
I'm getting this same issue (was resolved with Q1, but now it's back) with the Q2 2013 release for the MetroTouch skin. Also missing are the Save All and Cancel All icons when using the new batch editing mode.
0
Maria Ilieva
Telerik team
answered on 17 Jun 2013, 11:58 AM
Hello Kent,

We are aware of this issue and our dev team is actively working on its fixing. We hope that the fix will be available in some of the next internal builds.

Regards,
Maria Ilieva
Telerik
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 the blog feed now.
Tags
Grid
Asked by
Eric
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Maria Ilieva
Telerik team
KDL
Top achievements
Rank 1
Share this question
or