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

Sort Icons missing from Radgrid after using custom skin

1 Answer 139 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nilanjan
Top achievements
Rank 1
Nilanjan asked on 20 Oct 2008, 06:09 AM
I am using custom skin for radgrid. But, the sort icons are not appearing.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Oct 2008, 07:14 AM
Hello Nilanjan,

There are two approaches, related to custom RadGrid skins:

1) use a custom skin with CSS sprites. In this case all buttons in RadGrid will appear as gray buttons and you will have to add suitable background images for them, as explained here:

RadGrid CSS Sprites


2) use a custom skin with ImagesPath. In this case you need to place all images used for buttons in the location specified by the ImagesPath property. The images must have the names listed at the bottom of this help article:

RadGrid Skins


(2) is more simple to implement, while (1) will save you a lot of HTTP requests. Please choose the approach, which suits you best. Let us know if you need more information.


Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Nilanjan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or