For a list of all members of this type, see WebDataGrid members.
Name | Description | |
---|---|---|
ActiveCellChanged | Occurs when the ActiveCell changes between posts to the server. | |
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 | |
CallingDataMethods | Occurs when data methods are being called. (Inherited from System.Web.UI.WebControls.DataBoundControl) | |
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. | |
CreatingModelDataSource | Occurs when the System.Web.UI.WebControls.ModelDataSource object is being created. (Inherited from System.Web.UI.WebControls.DataBoundControl) | |
CustomDataBinding | The event that fires right before the grid is data bound. If this is cancelled, then the grid will perform binding directly to the DataSource supplied to the event args. This is to accomplish custom sorting or filtering. | |
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) | |
FixedStateChanged | Occurs when a column is fixed/unfixed by a user. | |
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) | |
InitializeDefaultEditors | The InitializeDefaultEditors event is raised when default shared editors for grids were created and passed to client. | |
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) | |
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. | |
RowDeleted | Event that is fired every time a row is deleted. | |
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) |