![]() | EditableGrid Methods |
The EditableGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateChildControls |
Creates the control hierarchy used to render Grid control using the specified data source.
|
![]() | CreateNewRow(DataControlRowType) |
Creates new row.
|
![]() | CreateNewRow(DataControlRowType, Int32) |
Creates new row.
|
![]() | FindTable |
Finds a reference to a System.Web.UI.WebControl.Table associated with the grid.
|
![]() | GetRowByRowID |
Retrieves the row by its ID.
|
![]() | GetRowID |
Retrieves the ID of the given row.
|
![]() | GetRowOutput |
Retrieves a complete HTML output of the specified row.
|
![]() | InitializeDataRow |
Initializes the data row.
|
![]() | InitializeFooter |
Initializes footer row.
|
![]() | InitializeHeader |
Initializes the header row.
|
![]() | OnInit |
Raises the Dynamicweb.Controls.EditableGrid.Init event.
|
![]() | OnLoad |
Raises the Dynamicweb.Controls.EditableGrid.Load event.
|
![]() | OnNewRowInitialize |
Raises the Dynamicweb.Controls.EditableGrid.NewRowInitialize event.
|
![]() | OnPagePreLoad |
Raises the Dynamicweb.Controls.EditableGrid.PagePreLoad event.
|
![]() | OnRestoreRowState |
Raises the Dynamicweb.Controls.EditableGrid.RestoreRowState event.
|
![]() | OnRowCreated |
Raises the Dynamicweb.Controls.EditableGrid.RowCreated event.
|
![]() | RaisePostBackEvent |
Processes grid events.
|
![]() | Render |
Renders grid.
|
![]() | SetStyles |
Initializes grid styles.
|