AppendNewRow - cWebList

Instructs the client to add a new row to the end of the grid

Type: Procedure

Parameters: None

Syntax
Procedure AppendNewRow 

Call: Send AppendNewRow


Description

Send AppendNewRow to instruct the client to add a new row to the end of the grid (cWebGrid). If pbOfflineEditing is False (the default), then AppendNewRow will, in turn, trigger the OnNewRow event.

This message has no effect on a cWebList object.

See Also

InsertNewRow