EditableGrid Class |
Namespace: Dynamicweb.Controls
The EditableGrid type exposes the following members.
| Name | Description | |
|---|---|---|
| EditableGrid | Initializes a new instance of the EditableGrid class |
| Name | Description | |
|---|---|---|
| AddNewRowMessage |
Gets or sets a message which is displayed as a prompt for creating a new row.
| |
| AllowAddingRows |
Gets or sets a value indicating whether rows adding is allowed.
| |
| AllowDeletingRows |
Gets or sets a value indicating whether rows deleting is allowed.
| |
| AllowSortingRows |
Gets or sets a value indicating whether rows sorting is allowed.
| |
| ClientInstanceName |
Gets the Javascript object instance name for current grid.
| |
| DraggableColumnsMode |
Gets or sets a grid row draggable mode.
| |
| EnableSmartNavigation |
Gets or sets a value indicating whether to enable "smart navigation" feature.
| |
| IsProcessingAsyncRequest |
Gets a value indicating whether grid is processing asynchronous request.
| |
| NoRowsMessage |
Gets or sets a message which is displayed when there are no rows in the grid.
|
| 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.
|
| Name | Description | |
|---|---|---|
| NewRowInitialize |
Asynchronously fired when a row which is being added to the grid needs to be initialized.
| |
| RestoreRowState |
Fired on the post back when the state of the row needs to be restored.
|