Parameter | Description |
---|---|
sRowID | Id of row to update |
Procedure UpdateRow String sRowID
Call: | Send UpdateRow sRowID |
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.