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

[Solved] Styling of expand / collapse icon

1 Answer 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mads
Top achievements
Rank 1
Mads asked on 18 Apr 2013, 06:50 AM
Hi,

I can not read from the documentation for the Gridview: http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx
if it is possible to style the collapse / expand buttom in a nested grid.

Is it possible to use a image or html feature like "button" instead of the >

Example

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Apr 2013, 07:02 AM
Hi,

Try the following CSS.
CSS:
.rgCollapse
   {
       background-image: url('../Images/img1.gif') !important;
     }
   .rgExpand
   {
       background-image: url('../Images/img2.gif') !important;
 }

Thanks,
Shinu
Tags
Grid
Asked by
Mads
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or