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

skinning problem

2 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ana
Top achievements
Rank 1
Ana asked on 31 Mar 2009, 09:33 AM
Hi! I have created new skin for my radgrid and put it in main .css file. On my grid, i have set skinID to be that new one,

EnableEmbeddedSkins

="false" and that's fine. But why can't I see images for the grid (expand etc). I did set the right ImagesPath to grid and the images have proper names (SinglePlus.gif, SingleMinus.gif, etc). Please help me.
Thanks, Ana

 

2 Answers, 1 is accepted

Sort by
0
Patxi
Top achievements
Rank 1
answered on 31 Mar 2009, 11:15 AM
Hi Ana,

I´m a current user here but I think I can help you.

First thing I would do is to copy all the images you are using to your project (if you have done it yet). For example create a folder called Images and inside another folder called Grid and inside this folder all your images you are using.

Later check whether paths of images written in css file are correct. If you are writing "Grid/x.gif" it may happen that doesn´t understand this path. taking the previous example would be something like this.
background:url(../Images/Grid/x.gif) no-repeat




I hope it helps.
0
Ana
Top achievements
Rank 1
answered on 31 Mar 2009, 11:42 AM
Thanks a lot for your answer but I have already solved my problem on a different way. Thanks anyway!
Ana
Tags
Grid
Asked by
Ana
Top achievements
Rank 1
Answers by
Patxi
Top achievements
Rank 1
Ana
Top achievements
Rank 1
Share this question
or