Click or drag to resize
GridEditableColumn Class
All columns in KaxGrid that have editing capabilities derive from GridEditableColumn. This class implements the base functionality for editing, using column editors etc.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridEditableColumn
      More...

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 GridEditableColumn : GridColumn, 
	IGridEditableColumn

The GridEditableColumn type exposes the following members.

Methods
  NameDescription
Public methodFillValues
Extracts the values from the editedItem and fills the names/values pairs for each data-field edited by the column in the newValues dictionary.
Public methodShouldExtractValues
Get value based on the current IsEditable state, item edited state and ForceExtractValue setting.
Top
Properties
  NameDescription
Public propertyColumnEditor
Public propertyColumnEditorID
Public propertyConvertEmptyStringToNull
Convert the emty string to null when extracting values for inserting, updating, deleting
Public propertyCurrentColumnEditor
Get the current colum editor. If the column editor is not assigned at the moment the column will search for the ColumnEditorID on the page or should create its default column editor
Public propertyDefaultInsertValue
Gets or sets a default value for the column when the row is in Insert mode
Public propertyForceExtractValue
Force KaxGrid to extract values from EditableColumns that are ReadOnly (or IsEditable is false).
Public propertyReadOnly
Gets or sets the readonly status of the column. The column will be displayed in browser mode (unless its Visible property is false) but will not appear in the edit-form.
Top
See Also
Inheritance Hierarchy