Click or drag to resize
GridEditableItem Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsTableRow
        Kettic.AspNet.ControlsGridTableRow
          Kettic.AspNet.ControlsGridItem
            Kettic.AspNet.ControlsGridEditableItem
              Kettic.AspNet.ControlsGridDataItem
              Kettic.AspNet.ControlsGridEditFormItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class GridEditableItem : GridItem

The GridEditableItem type exposes the following members.

Constructors
Methods
  NameDescription
Public methodExtractValues
Extracts values for each column, using FillValues(IDictionary, GridEditableItem)
Public methodGetColumnEditor(String)
Public methodGetColumnEditor(IGridEditableColumn)
Public methodGetDataKeyValue
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 methodInitializeEditorInCell
Public methodUpdateValues
Extracts values for each column, using FillValues(IDictionary, GridEditableItem) and updates values in provided object;
Top
Properties
  NameDescription
Public propertyKeyValues
Public propertySavedOldValues
Top
See Also