SaveDirtyCellsOnLastGridPage

Saves the specified cells in the grid to the database.

Tip:

To save cells from an XML string, use SaveDirtyCellsOnLastGridPageFromXML.

Syntax

<HFMwDataGrid>.SaveDirtyCellsOnLastGridPage varavarDirtyRows, varavarDirtyCols, varavarDirtyCells

Argument

Description

varavarDirtyRows

An array of the row numbers of the cells to be saved.

Input argument.

varavarDirtyCols

An array of the column numbers of the cells to be saved.

Input argument.

varavarDirtyCells

An array of the data to be saved for the cells.

This array has a one-to-one correspondence with the arrays passed to the varavarDirtyRows and varavarDirtyCols arguments’ arrays.

Input argument.