Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12578 | Apr 2,2004 12:47 PM UTC | Apr 2,2004 06:49 PM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.CellType = "Header";
this.gridControl1.AllowSelection = ((((((Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Row | Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Table)
| Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Cell)
| Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Multiple)
| Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Shift)
| Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Keyboard)
| Syncfusion.Windows.Forms.Grid.GridSelectionFlags.AlphaBlend);
Regards,
Jay N
this.gridControl1.ControllerOptions = GridControllerOptions.All & (~GridControllerOptions.OleDataSource);
or in VB.NET
Me.gridControl2.ControllerOptions = GridControllerOptions.All And Not GridControllerOptions.OleDataSource
If you do not want you user to move columns/rows (whcih will sow a dragdrop cursor as well, make you you have the grid.AllowDragSelectedCOls and grid.AllowDragSelectedRows set to false. 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.