Click or drag to resize
DialogSetGridDropDown Method
Set a Grid cell's value for a dropdown field.

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 SetGridDropDown(
	string xPath,
	string value = ""
)

Parameters

xPath
Type: SystemString
The xPath of the grid cell TD element.
value (Optional)
Type: SystemString
The value to set the cell to.
See Also