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

ugly line in commanditemdisplay

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MBEN
Top achievements
Rank 2
Veteran
MBEN asked on 26 Nov 2011, 11:34 PM
I am hiding the add new button and the refresh button and only displaying the export buttons in the commanditemdisplay.
However, I see a line next to the export buttons and I am not sure how to get rid of that.

Below is attached screenshot showing the line. I have highlighted the line in red.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Nov 2011, 04:47 AM
Hello,

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

-Shinu.
Tags
Grid
Asked by
MBEN
Top achievements
Rank 2
Veteran
Answers by
Shinu
Top achievements
Rank 2
Share this question
or