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

Radgrid CSS

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Moksha
Top achievements
Rank 1
Moksha asked on 14 Mar 2011, 08:25 AM
Hi,

Could you please provide me css class of grouping close button .....in radgrid....

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Mar 2011, 08:55 AM
Hello Moksha,

You can use the following CSS to override the default style.
CSS:
<style type="text/css">
      .rgCollapse
      {
         //style
      }
      .rgExpand
      {
            //style
      }
</style>

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