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

Change Telerik sprite image

2 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Udi
Top achievements
Rank 1
Udi asked on 22 Sep 2011, 04:14 PM
Hi Telerik !

Is there a way to change the sprite images?

I know that if i will dig in the file system i will find the sprite image and simply replace him, But when going to production i don't have the Telerik install, I am using the Telerik Dll's and there for i wont find in the file system the Sprite image.

I am looking for a way that I can change the image

Please help

10x

Shai
shayw@netwise.co.il

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 22 Sep 2011, 07:54 PM
Hello Udi,
 
you can create your own skin using http://stylebuilder.telerik.com/
or
Manually overwrite all css class which was used Sprite image or its position.
Please check below code snippet
Existing CSS
.RadGrid .rgAdd {
    background-position: 0 -1650px;
    margin-right: 3px;
}


New CSS

.RadGrid .rgAdd {
    background-position: none !important;
    margin-right: 3px;
}

 
Let me know if any concern.


Thanks,
Jayesh Goyani
0
Udi
Top achievements
Rank 1
answered on 25 Sep 2011, 07:26 AM
Thanks!

It's worked.
Tags
Grid
Asked by
Udi
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Udi
Top achievements
Rank 1
Share this question
or