Click or drag to resize
GridEditFormItem Class
Item that loads an EditForm during binding if EditMode is EditForms. When in this mode KaxGrid loads an EditFormItem for each normal data-bound item. EditForm is generated only for the items that are in Edit = true mode.
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.ControlsGridEditFormItem
                Kettic.AspNet.ControlsGridEditFormInsertItem

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

The GridEditFormItem type exposes the following members.

Constructors
  NameDescription
Public methodGridEditFormItem
Top
Methods
  NameDescription
Public methodExtractValues (Overrides GridEditableItemExtractValues(IDictionary).)
Public methodInitialize (Overrides GridItem.Initialize(GridColumn).)
Public methodInitializeEditorInCell (Overrides GridEditableItemInitializeEditorInCell(IGridEditableColumn).)
Public methodPrepareItemStyle (Overrides GridItem.PrepareItemStyle.)
Public methodSetupItem (Overrides GridItem.SetupItem(Boolean, Object, GridColumn, ControlCollection).)
Top
Fields
  NameDescription
Public fieldStatic memberEditFormUserControlID
Top
Properties
  NameDescription
Public propertyCanExtractValues (Overrides GridEditableItem.CanExtractValues.)
Public propertyEditFormCell
The table cell where the edit form will be instantiated, during data-binding.
Public propertyFormColumns
FormColumns are only available when EditFormType is GridEditFormType.AutoGenerated. These are the container controls for each edit-form-column. You cna find the edit controls in these containers. You should not remove any controls from this containers.
Public propertyIsDataBound (Overrides GridItemIsDataBound.)
Public propertyIsInEditMode (Overrides GridItemIsInEditMode.)
Public propertyItemString (Overrides GridEditableItem.Item.)
Public propertyItemGridColumn (Overrides GridEditableItem.Item.)
Public propertyParentItem
The corresponding DataItem that the edit form is generated for.
Public propertySavedOldValues (Overrides GridEditableItemSavedOldValues.)
Top
See Also