Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8181 | Oct 24,2003 03:52 PM UTC | Mar 12,2004 05:11 PM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
//in Form.Load
GridDropDownGridListControlCellRenderer cr =
this.gridControl1.CellRenderers["GridListControl"] as GridDropDownGridListControlCellRenderer;
cr.ListControlPart.Grid.Properties.DisplayHorzLines = false;
cr.ListControlPart.Grid.Properties.DisplayVertLines = false;
cr.ListControlPart.Grid.Cols.Hidden[1] = true;
cr.ListControlPart.ShowColumnHeader = false;
If me.Grid(cc.RowIndex, cc.ColIndex).CellType = "GridListControl" Then
''...
''...
End if
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.