BCGControlBar Pro for MFC
void CBCGPGridCtrl::SetEditFirstClick ( BOOL  bEditFirstClick = TRUE)
inline

Enables in-place editing of a grid item on first mouse click.

Use this function to specify whether the grid control should start in-place editing on first mouse click or not. By default, this option is enabled.

Parameters
bEditFirstClickSpecifies whether the grid control should start in-place editing on first mouse click or not. If FALSE, the grid just selects the clicked item, second mouse click starts in-place editing.