Click or drag to resize
DialogSetGridSearchList Method
Set a grid cell's value using the searchlist.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void SetGridSearchList(
	string xPath,
	string searchDialogxPath,
	string value
)

Parameters

xPath
Type: SystemString
The xPath of the grid cell TD element.
searchDialogxPath
Type: SystemString
The xPath of the search dialog's field to set.
value
Type: SystemString
The value to set and use as search criteria in the specified search dialog field.
See Also