Articles in this section
Category / Section

How to enable edit mode in single click in the WinForms GridGroupingControl?

1 min read

Editing

If you want to set the Edit mode on single click, you can use the ActivateCurrentCellBehaviour property as SetCurrent. The default value of ActivateCurrentCell is ClickOnCell. The current cell will be edited or focused whenever the cell is made as current cell.

C#

this.gridGroupingControl1.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.SetCurrent;

VB

Me.gridGroupingControl1.ActivateCurrentCellBehavior = Syncfusion.Windows.Forms.Grid.GridCellActivateAction.SetCurrent

Screenshot

Show the editing mode is enabled

Reference link: https://help.syncfusion.com/windowsforms/gridgrouping/editing

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied