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

Gridview border

3 Answers 860 Views
GridView
This is a migrated thread and some comments may be shown as answers.
jerry
Top achievements
Rank 1
jerry asked on 22 Feb 2010, 06:44 PM
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

Sort by
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.
0
jerry
Top achievements
Rank 1
answered on 23 Feb 2010, 01:33 PM
Svett,
Thank you so much.

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?

Thank you for all your help
Jerry
0
Basel Nimer
Top achievements
Rank 2
answered on 29 Apr 2010, 01:00 AM
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?

Tags
GridView
Asked by
jerry
Top achievements
Rank 1
Answers by
Svett
Telerik team
jerry
Top achievements
Rank 1
Basel Nimer
Top achievements
Rank 2
Share this question
or