Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
115878 | Feb 17,2014 02:19 PM UTC | Feb 26,2014 09:16 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Hi Dib,
Thank you for using Syncfusion products.
We would like to let you know that you can use the CoveredRanges
option and can merge the required range of cells and then you can apply the border to
it. Please refer the below code snippet.
C#:
this.gridControl1.CoveredRanges.Add(GridRangeInfo.Cells(2,2,4,8));
this.gridControl1[2,
2].Borders.All = new GridBorder(GridBorderStyle.Solid, Color.Red,
GridBorderWeight.Thin);
Please let us know if you need any further assistance.
Regards,
Anish
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
or the page will be automatically redirected to sign-in page in 10 seconds.