MoveDownRow - cCJGrid
Attempts to move down to the next row in the grid
Type: Procedure
Syntax
Procedure MoveDownRow
Call Example
Send MoveDownRow
Description
MoveDownRow moves down one row. This is called when the down-arrow key is pressed.
As with any row navigation, this requires that changes in the current row must be committed, cleared or the navigation canceled. See MoveToRow for a complete description of this process.
MoveDownRow has a special behavior when moving from the last row in the grid. If appending rows is supported (pbAllowAppendRow is true and pbReadOnly is False), a new row will be added to the bottom of the grid and the focus will move to the first enterable column in that row.