Click or drag to resize
GridTableViewExtractValuesFromItem Method
The passed IDictionary object (like Hashtable for example) will be filled with the names/values of the corresponding column data-fields and their values. Only instances of type GridEditableColumn support extracting values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void ExtractValuesFromItem(
	IDictionary newValues,
	GridEditableItem editedItem
)

Parameters

newValues
Type: System.CollectionsIDictionary
editedItem
Type: Kettic.AspNet.ControlsGridEditableItem
See Also