MoveToLastRow - cWebList

Instructs the client to navigate to the last row

Type: Procedure

Parameters: None

Syntax
Procedure MoveToLastRow 

Call: Send MoveToLastRow


Description

Send MoveToLastRow to instruct the client to navigate to the last row in the list or grid.

As with any row navigation, this requires that changes in the current row must be committed, cleared or the navigation cancelled. See MoveToRow for a complete description of this process.

This method is not intended for use with data-aware lists and grids. If the grid or list is loaded via a Server DataDictionary (i.e. it is not manually loaded), this process will always ensure that the last record from the database is loaded into the last row.

See Also

MoveDownRow | MovePageDown | MovePageUp | MoveToFirstRow | MoveToRowById | MoveUpRow