|  | PanelGridRowExists Method (IDictionaryString, String, String) | 
            Check if a grid/datalist row exists.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static bool GridRowExists(
	IDictionary<string, string> row,
	string gridId
)
Public Shared Function GridRowExists ( 
	row As IDictionary(Of String, String),
	gridId As String
) As Boolean
public:
static bool GridRowExists(
	IDictionary<String^, String^>^ row, 
	String^ gridId
)
Parameters
- row
- Type: System.Collections.GenericIDictionaryString, String
 Dictionary mapping the grid/datalist columns to a single row's values.  Keys represent column captions.
- gridId
- Type: SystemString
 The unique id of the grid/datalist.  i.e. '_DESIGNATIONS_value'
Return Value
Type: 
BooleanTrue if the row exists, false otherwise.
 See Also
See Also