Click or drag to resize

EditableGrid Methods

The EditableGrid type exposes the following members.

Methods
  NameDescription
Protected methodCreateChildControls
Creates the control hierarchy used to render Grid control using the specified data source.
Protected methodCreateNewRow(DataControlRowType)
Creates new row.
Protected methodCreateNewRow(DataControlRowType, Int32)
Creates new row.
Protected methodFindTable
Finds a reference to a System.Web.UI.WebControl.Table associated with the grid.
Protected methodGetRowByRowID
Retrieves the row by its ID.
Public methodGetRowID
Retrieves the ID of the given row.
Protected methodGetRowOutput
Retrieves a complete HTML output of the specified row.
Protected methodInitializeDataRow
Initializes the data row.
Protected methodInitializeFooter
Initializes footer row.
Protected methodInitializeHeader
Initializes the header row.
Protected methodOnInit
Raises the Dynamicweb.Controls.EditableGrid.Init event.
Protected methodOnLoad
Raises the Dynamicweb.Controls.EditableGrid.Load event.
Protected methodOnNewRowInitialize
Raises the Dynamicweb.Controls.EditableGrid.NewRowInitialize event.
Protected methodOnPagePreLoad
Raises the Dynamicweb.Controls.EditableGrid.PagePreLoad event.
Protected methodOnRestoreRowState
Raises the Dynamicweb.Controls.EditableGrid.RestoreRowState event.
Protected methodOnRowCreated
Raises the Dynamicweb.Controls.EditableGrid.RowCreated event.
Protected methodRaisePostBackEvent
Processes grid events.
Protected methodRender
Renders grid.
Protected methodSetStyles
Initializes grid styles.
Top
See Also