I need border 3d border style of rad grid view. Like attached below image.
2 Answers, 1 is accepted
1
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 14 May 2024, 09:16 PM
Hi Shubham,
The attached image is greatly appreciated.
I have checked your requirements, however, the RadGridView control API does not support visualizing 3D border style. What you can try is to customize the borders of the control as much as possible to look similar to your requirements. For example, you can set the this.radGridView1.GridViewElement.BorderBoxStyle to FourBorders. This way you can change each border side's color and width. Here is what I have in mind: