Skip to content

ShouldSaveRow - cWebGrid

Returns True if the row has changes

Type: Function
Return Data Type: Boolean

Syntax

Function ShouldSaveRow Returns Boolean

Call Example

Get ShouldSaveRow to BooleanVariable

Description

ShouldSaveRow is called to determines if the current row has changed values in which case it should be saved. For data-aware grids, the DataDictionary object (DDO) is asked to determine this. For non-data-aware grids, the individual changed states of columns are queried.