GridControl On Click Edit

Hi,

I want to change the OnClick behavor of a GridControl ComboBox Cell. When I want to edit the cell content, i must click on it and press F2.
But I want to edit the cell content, when I click on the cell.
So is there a way to change this?
Did not found something useful in the Syncfusion Help or Knowlegebase.

Regards Steffen


1 Reply

AD Administrator Syncfusion Team February 7, 2007 05:16 PM UTC

Hi Steffen,

You can set the following property to achieve this behavior

this.gridControl1.Model.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;

This None setting means that clicking on a cell does not activate it.

Best regards,
Haneef

Loader.
Up arrow icon