For a list of all members of this type, see WebHierarchicalDataGrid members.
| Name | Description | |
|---|---|---|
![]() | ActiveCellChanged | Occurs when the ActiveCell changes between posts to the server. |
![]() | ActiveGroupedRowChanged | Occurs when the ActiveGroupedRow changes between posts to the server. |
![]() | BandViewStateLoaded | The event that fires after WebHeirarchicalDataGrid processes the loadviewstate event for the Band's collection. This event is meant to be used to reassign event handlers to the child bands when the bands are created in the code behind, since they cannot be stored in viewstate. |
![]() | CalculateCustomSummary | Event that is fired whenever each custom summary needs to be calculated |
![]() | CalculateSummary | Event that is fired whenever each normal summary type needs to be calculated because the grid is doing custom binding |
![]() | CellSelectionChanged | Occurs when the SelectedCells collection changes between posts to the server. |
![]() | ColumnMoved | Occurs when a column is moved by a user. |
![]() | ColumnResized | Occurs when a column is resized by a user. |
![]() | ColumnSelectionChanged | Occurs when the SelectedColumns collection changes between posts to the server. |
![]() | ColumnSorted | Occurs when a column is sorted by a user. |
![]() | ContainerGridDataBinding | The event that fires right before the ContainerGrid is data bound. If this is cancelled, then the ContainerGrid will perform binding directly to the DataSource supplied to the event args. This is to accomplish custom sorting or filtering. This will fire when the ContainerGrid's DataBinding event does, not before as RowIslandDataBinding does. |
![]() | DataBinding | Occurs when the server control binds to a data source. (Inherited from System.Web.UI.Control) |
![]() | DataBound | Occurs after the server control binds to a data source. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
![]() | DataFiltered | Occurs when a filters have be applied to the grid's data. |
![]() | DataFiltering | Occurs when a filters are about to be applied to the grid's data. |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control) |
![]() | GroupedColumnsChanged | The GroupedColumnsChanged event is raised after a change to the GroupedColumns collection occurs for the band. |
![]() | GroupedColumnsChanging | The GroupedColumnsChanging event is raised before a change to the GroupedColumns collection occurs for the band. |
![]() | GroupedRowInitialized | The GroupedRowInitialized event is raised after a GroupedRecord is created. |
![]() | HeaderCheckBoxClicked | The HeaderCheckBoxClicked event is raised when the header checkbox in an UnboundCheckBoxField has been clicked. |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control) |
![]() | InitializeBand | The InitializeBand event is raised for every Band in the hierarchical grid. |
![]() | InitializeRow | The InitializeRow event is raised when the grid binds to the records in the data source. |
![]() | ItemCommand | The ItemCommand event is raised when a WebControl inside of the grid emits an event which would cause a postback. |
![]() | Load | Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control) |
![]() | PageIndexChanged | Occurs when a page has changed by a user. |
![]() | PopulateUniqueFilterValues | Occurs when a filters have be applied to the grid's data. |
![]() | PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control) |
![]() | RecreateBandTemplates | The event that fires as WebHeirarchicalDataGrid processes the Load Event. This event is meant to be used to repopulate templates that are defined on the band or a band column in code behind, since templates cannot be stored in viewstate |
![]() | RowAdded | Event that is fired every time a row has been added. |
![]() | RowAdding | Event that is fired every time a row about to be added. |
![]() | RowCollapsed | The RowCollapsed event is raised after a row is collapsed on the client. |
![]() | RowDeleted | Event that is fired every time a row is deleted. |
![]() | RowExpanded | The RowExpanded event is raised after a row is expanded on the client. |
![]() | RowIslandCreated | The RowIslandCreated event is raised after a row island is created. |
![]() | RowIslandDataBinding | The RowIslandDataBinding event is raised before a row island is data bound. |
![]() | RowIslandDataBound | The RowIslandDataBound event is raised after a row island is data bound. |
![]() | RowIslandsPopulated | The RowIslandsPopulated event is raised after a row's child grids are populated in the load on demand mode. |
![]() | RowIslandsPopulating | The RowIslandsPopulating event is raised before a row's child grids are populated in the load on demand mode. |
![]() | RowsDeleting | Event that is fired every time a row is about to be deleted. |
![]() | RowSelectionChanged | Occurs when the SelectedRows collection changes between posts to the server. |
![]() | RowUpdated | Event that is fired every time a row has been updated. |
![]() | RowUpdating | Event that is fired every time a row is about to be updated in the database. |
![]() | SummaryCalculated | Event that is fired whenever a standard summary is calculated (any summary which is not a custom summary). |
![]() | Unload | Occurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control) |