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

GridLines

1 Answer 12 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 07 Apr 2016, 02:55 PM

How remove the gridlines in RadFileExplorer?

Using Skin="Office2007"

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 12 Apr 2016, 01:05 PM
Hi Kjell,

I assume that you are using FileExplorer in Lightweight render mode. If so, you can remove the grid lines with a similar style:
.RadFileExplorer .RadGrid .rgRow > td
{
    border: none !important;
}

Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
FileExplorer
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Vessy
Telerik team
Share this question
or