Click or drag to resize
IGridEditableColumnFillValues Method
Extracts the values from the editedItem and fills the names/values pairs for each data-field edited by the column in the newValues dictionary.

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

Parameters

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