Click or drag to resize

MapperDatasheetSelectorClientID Method

Generate a clientID for a row selector checkbox.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string SelectorClientID(
	string rowKey
)

Parameters

rowKey
Type: SystemString
The RowKey for which to build the selctor.

Return Value

Type: String
The client-side ID of the selector.
See Also