Skip to content

OnEntering - cCJGrid

Called when the grid object is taking the focus

Type: Event

Syntax

Procedure OnEntering

Description

OnEntering is called when the grid object is taking the focus. This is a non-cancelable event, which can be used to handle any custom entering needs.

You should never perform any navigation changes or user input (no message boxes, errors, etc.) inside of OnEntering.

If you need a mechanism to cancel the object entering or invoke modal dialogs, OnEntering can be used along with OnPostEntering and pbNeedPostEntering to do this. This process is described in detail in OnPostEntering.