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

RadGrid Paging Controls Not Styled

1 Answer 39 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
foxdevel
Top achievements
Rank 1
foxdevel asked on 01 Dec 2014, 07:53 PM
I created a skin using visual style builder (only actual change was background color to alternating rows and footer wrapper element) and then created an assembly using your online tool. The built in paging control is showing up as if it is not styled at all (see attachment). This is the only problem that I see, but it is an ugly one.  What could be causing this?  I am using the latest version of the asp.net ajax controls and .net 4.5

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 04 Dec 2014, 01:10 PM

Hello,

Based on the provided information it seems the necessary grid styles are not applied on the page. Please review if all CSS files are loaded correctly. Also here are the options how you can use the custom skins:

1. Include the necessary CSS files for custom skin in your project manually:
- programatic
- declarative
- by RadStyleSheetManager

please go to this help topic for more info.

2. Using ASP.NET Themes.

3. Create custom assembly manually
or by Skin Assembly Builder.

Building a custom assembly is the best option allowing you to control easily the downloaded CSS files as it is fully compatible with RadStyleSheetManager. This will improve the performance as well.

I hope this helps.

Regards,

Galin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Visual Style Builder
Asked by
foxdevel
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or