Vinz: How to disable or hide cell cursor ?

Hi, Can anyone advice me which GridGroupingControl property should I set to disable or hide the cell cursor whenever I click on any cells. Thanks ;) Best Regards Vincent

1 Reply

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;

Loader.
Up arrow icon