GridEditableColumnFillValues 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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public abstract void FillValues(
IDictionary newValues,
GridEditableItem editableItem
)
Public MustOverride Sub FillValues (
newValues As IDictionary,
editableItem As GridEditableItem
)
public:
virtual void FillValues(
IDictionary^ newValues,
GridEditableItem^ editableItem
) abstract
abstract FillValues :
newValues : IDictionary *
editableItem : GridEditableItem -> unit
Parameters
- newValues
- Type: System.CollectionsIDictionary
- editableItem
- Type: Kettic.AspNet.ControlsGridEditableItem
Implements
IGridEditableColumnFillValues(IDictionary, GridEditableItem)See Also