Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22302 | Dec 9,2004 08:38 AM UTC | Dec 9,2004 08:54 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridDataBoundGrid1.Model.Options.DefaultGridBorderStyle = GridBorderStyle.None;
If you want to remove it from one column, try:
this.gridDataBoundGrid1.Binder.InternalColumns["Col2"].StyleInfo.Borders.Right = GridBorder.Empty;
If you have explicitly added gridBooundColumns, then use grid.GridBoundColumns["Col2"] instead of the internal columns as above. 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.