BCGControlBar Pro for MFC
void CBCGPGridCtrl::SetClearInplaceEditOnEnter ( BOOL  bClear)
inline

Specifies behavior of grid control when it starts in-place editing on pressing ENTER key.

Call this method to specify behavior of grid control when it starts in-place editing on pressing ENTER key. Default value of bClear flag is TRUE.

Parameters
bClearIf TRUE, the grid will clear in-place editor content. If FALSE, the grid will not clear in-place editor.