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

remove the vertical bar between refresh and excel icon

2 Answers 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryann
Top achievements
Rank 1
Ryann asked on 20 Sep 2013, 01:18 PM
Hi.
I want to remove the vertical bar between refresh and excel icon .? How to do it.?

Thanks, 
Ryann

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Sep 2013, 01:21 PM
Hi Ryann,

Please add the following CSS class to your code.

CSS:
<style type="text/css">
  .RadGrid_SkinName .rgCommandRow
  {
     color: Transparent !important;
  }
</style>

Thanks,
Princy

0
Ryann
Top achievements
Rank 1
answered on 20 Sep 2013, 05:33 PM
Thanks Princy.. It does the trick..
Tags
Grid
Asked by
Ryann
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ryann
Top achievements
Rank 1
Share this question
or