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

Rad Grid remove Seperator line between refresh button and exports button on the command item

3 Answers 146 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gagan Garg
Top achievements
Rank 1
Gagan Garg asked on 15 Apr 2013, 12:40 PM
Dear Telerik Support

I need to remove the separator line between the refresh button and the exports button from the grid. Please see the attached image for your help.

Basically this separator comes by default in rad grid in the command item.

Thanks in advance.
Gagan

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Apr 2013, 04:33 AM
Hi,

Try the following CSS to achieve your scenario.
CSS:
.RadGrid_SkinName .rgCommandRow
{
color: Transparent !important;
}

Thanks,
Shinu.
0
Sergio
Top achievements
Rank 1
answered on 06 Sep 2013, 06:59 PM
Hi Shinu, actually im doing the same that Gagan had done, i used the CSS that you posted but in my case didn't work.

Can you say me a new form to remove that separator in my rad grid?

Thanks

 
0
Shinu
Top achievements
Rank 2
answered on 09 Sep 2013, 03:22 AM
Hi Sergio,

Unfortunately I couldn't replicate the issue at my end. Please make sure that you are correctly mentioning the skin name. For example, If the skin is 'Office2007' the CSS should be as shown below.

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

Please provide the ASPX code if it doesn't help.

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