Is there a way to control the border of the radgridview itself? I want to have a thicker border around the control.
Thank You
3 Answers, 1 is accepted
0
Svett
Telerik team
answered on 23 Feb 2010, 08:48 AM
Hello jerry,
You can change the border width of a control by setting BorderWidth property of its GridElement. You can use the following code snippet:
this.radGridView.GridElement.BorderWidth = 5;
Let us know if you have further questions.
Sincerely yours,
Svett
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
Why couldn't I find this answer while searching the forum? I tried many different searches for border and didn't find anything.
I have run into a few simple issues that I can't find with the search then i'm forced to post my question and wait. Am I using the search incorrectly?
Help should be enhanced, that's a fact, I always get lost there and come to here, and almost always I don't find previous questions related to my case.
in my case, i want to increase the width of the horizontal and vertical lines, not the border of the grid itself, how can i do that?