AD
Administrator
Syncfusion Team
November 24, 2004 08:06 AM UTC
So, you never want to see the cell show the editing cursor, is that it?
If so, try setting this property.
this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;