Click or drag to resize
GridEditableItem Methods

The GridEditableItem type exposes the following members.

Methods
  Name Description
Public method ExtractValues
Extracts values for each column, using FillValues(IDictionary, GridEditableItem)
Public method GetColumnEditor(String)
Public method GetColumnEditor(IGridEditableColumn)
Public method GetDataKeyValue
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
Public method InitializeEditorInCell
Public method UpdateValues
Extracts values for each column, using FillValues(IDictionary, GridEditableItem) and updates values in provided object;
Top
See Also