Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17496 | Aug 10,2004 01:33 PM UTC | Aug 10,2004 01:42 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridControl1.Properties.DisplayVertLines = false;
then try commenting that code out, and instead use this code.
this.gridControl1.TableStyle.Borders.Right = new GridBorder(GridBorderStyle.None);
this.gridControl1.ColStyles[this.gridControl1.Cols.FrozenCount].Borders.Right = new GridBorder(this.gridControl1.DefaultGridBorderStyle);
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.
This page will automatically be redirected to the sign-in page in 10 seconds.