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

RadGridView style with Windows8 theme

2 Answers 97 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Josh K
Top achievements
Rank 1
Josh K asked on 19 Feb 2015, 08:43 PM
I have a RadGridView in a user control with a very sparse look in the Windows 8 theme, so I'm trying to eliminate all lines from the gridview. Using the Windows8 theme via the theme manager gets me most of the way there, and a few properties get me almost all the way there. However, I can't seem to find where the vertical lines at the beginning of each row are defined. Can anyone point me to the style component that's responsible for these and give me a hint as to how to get rid of them?

I've attached a single row example that shows the thin black line and thicker gray line I'm trying to get rid of.

Thanks,
Josh

2 Answers, 1 is accepted

Sort by
0
Accepted
Boris
Telerik team
answered on 20 Feb 2015, 09:49 AM
Hello Josh,

The illustrated "thin black line and thicker gray line" is actually the frozen columns separator, you can remove it by setting the CanUserFreezeColumns property of RadGridView to "False". For more information about the frozen columns you can check the Frozen Columns documentation article.

I hope this helps.

Regards,
Boris
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Josh K
Top achievements
Rank 1
answered on 23 Feb 2015, 04:35 AM
Thanks Boris, that did the trick!
Tags
GridView
Asked by
Josh K
Top achievements
Rank 1
Answers by
Boris
Telerik team
Josh K
Top achievements
Rank 1
Share this question
or