Search code examples
c#wpftelerik

How to remove Radgridview border line in WPF C#


My window gridview

I want to remove that particular line from RadGridView. First, I tried borderthickness = 0 but that line is different. I'm getting confused on how to remove that line anybody give me the solution for this. Thank you.


Solution

  • You can set the ShowGroupPanel property of the RadGridView to false to hide the top area.