SaveDirtyCellsOnLastGridPageFromXML

Saves the cells specified in ASP Request object that contains an XML string of a grid’s cells.

Tip:

To save cells from a non-XML source, use SaveDirtyCellsOnLastGridPage.

Syntax

<HFMwDataGrid>.SaveDirtyCellsOnLastGridPageFromXML varpIRequest

Argument

Description

varpIRequest

An ASP Request object containing an XML string that represents the grid cells to be saved. The XML string is documented in Data Grid Data and Headers DTD. However, do not include the following elements of the DTD in the XML string:

  • <RHDRS>

  • <CHDRS>

  • <HDR>

In addition, for the <CELL> tag, include only the row, col, and value attributes.

Input argument. String subtype.