How to enable double-click on the formula cell
9 Dec 2019 / 1 minute to read
To enable double-click on the formula cell, set ForceEditWhenActivated property to False. ActivateCurrentCellBehavior property cannot be achieved in GridFormulaCellRender unless the property is set to False.
this.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell;
GridFormulaCellRenderer.ForceEditWhenActivated = false ;
Me.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.DblClickOnCell
GridFormulaCellRenderer.ForceEditWhenActivated = False
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page