Saves the cells specified in ASP Request object that contains an XML string of a grid’s cells.
To save cells from a non-XML source, use SaveDirtyCellsOnLastGridPage. |
<HFMwDataGrid>.SaveDirtyCellsOnLastGridPageFromXML 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: In addition, for the <CELL> tag, include only the row, col, and value attributes. |