Skip to content

UpdateRow - cWebGrid

Refreshes the client's current row data

Type: Procedure

Parameters

Parameter Type Description
sRowID String Id of row to update

Syntax

Procedure UpdateRow String sRowID

Call Example

Send UpdateRow sRowID

Description

Send UpdateRow to refresh the client's current row data. In a data-aware grid, the row data will be populated automatically using the DataDictionaries. In a manually loaded grid, UpdateRow will trigger the OnSetCalculatedValue event for each column object in the grid.

DeserializeRowId deserializes a RowId string into a RowId type and SerializeRowId serializes a RowId type to a string.