Click or drag to resize
PanelGridRowExists Method (TableRow, String)
Check if a grid/datalist row exists.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static bool GridRowExists(
	TableRow row,
	string gridId
)

Parameters

row
Type: TableRow
Mapping of the grid/datalist column captions to a single row's values.
gridId
Type: SystemString
The unique id of the grid/datalist. i.e. '_DESIGNATIONS_value'

Return Value

Type: Boolean
True if the row exists, false otherwise.
See Also