Click or drag to resize
GridEditableItemGetDataKeyValue Method
Get the DataKeyValues from the owner GridTableView with the corresponding item ItemIndex and keyName. The keyName should be one of the specified in the DataKeyNames array

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual Object GetDataKeyValue(
	string keyName
)

Parameters

keyName
Type: SystemString

Return Value

Type: Object
data key value
See Also