Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
Showing Cell (Column) Vertical borders
posted

There is a way to prevent the cell's borders from being shown:

thisGrid.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.None
thisGrid.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None

However, is there a way to show a column's left/right borders but not show the border between the rows?