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
)
Public Shared Function SelectorClientID (
rowKey As String
) As String
Parameters
- rowKey
- Type: SystemString
The RowKey for which to build the selctor.
Return Value
Type:
StringThe client-side ID of the selector.
See Also