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

Custom image for Group Items in Group Panel

2 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rajneesh
Top achievements
Rank 2
Rajneesh asked on 23 Aug 2011, 04:49 PM
Hi,
I am using Vista Skin for whole RadGrid and its working fine but now as per client requirement I have to change X image from GroupItems in GroupPanel. Instead of default image i have to choose a custom image. How to do it? I did some work around but as its taking Default skin i am not able to do anything.
#FYK : I want vista skin for rest of the grid.

Images are attached for better understanding (Current.jpg and I_Want.png)

Thanks.....

2 Answers, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 23 Aug 2011, 05:10 PM
Hello,

.RadGrid .rgUngroup {
    background-image: url("http://www.telerik.com/ClientsFiles/294648_I-Want.png") !important;
}

If above code not worked then also set

background-position : 0 !important;

Let me know if any concern.

Thanks,
Jayesh Goyani
0
Rajneesh
Top achievements
Rank 2
answered on 24 Aug 2011, 06:21 AM
Hi, Jayesh Goyani
Its Working!!!!!!!!

Thanks...
Tags
Grid
Asked by
Rajneesh
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Rajneesh
Top achievements
Rank 2
Share this question
or