AspxGridView 事件

Name Description
AfterPerformCallback Fires after a callback that has been processed on the server.
AutoFilterCellEditorCreate Enables you to assign editors to individual filter row cells.
AutoFilterCellEditorInitialize Enables the cell editors displayed within the auto filter row cells to be initialized.
BeforeColumnSortingGrouping Occurs before a column is sorted or grouped.
BeforeGetCallbackResult Occurs after a callback, when the ASPxGridView is loaded, but prior to rendering.
BeforePerformDataSelect Occurs before the ASPxGridView control obtains data from a data source.
CancelRowEditing Enables you to prevent changes made within a row from being discarded.
CellEditorInitialize Enables the cell editors displayed within the edit cells to be initialized.
ClientLayout Enables you to save and restore the previously saved layout of the ASPxGridView.
CommandButtonInitialize Enables individual command buttons to be initialized.
CustomButtonCallback Occurs when a custom command button has been clicked.
CustomButtonInitialize Enables you to initialize custom command buttons.
CustomCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientGridView.PerformCallback method.
CustomColumnDisplayText Enables custom display text to be provided for any cell.
CustomColumnGroup Provides the ability to group data using custom rules.
CustomColumnSort Enables you to sort data using custom rules.
CustomDataCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientGridView.GetValuesOnCustomCallback method.
CustomErrorText Enables you to provide custom error descriptions.
CustomFilterExpressionDisplayText Enables you to display custom text within the Filter Bar, corresponding to the current filter expression.
CustomGroupDisplayText Enables you to provide custom content for group rows.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
CustomSummaryCalculate Enables you to calculate summary values manually.
CustomUnboundColumnData Enables data to be supplied to unbound columns.
DataBinding Occurs when the server control binds to a data source. (Inherited from Control)
DataBound Occurs after the server control binds to the data source. (Inherited from ASPxDataWebControlBase)
DetailRowExpandedChanged Occurs after a master row has been expanded or collapsed.
DetailRowGetButtonVisibility Enables you to hide/show expand buttons displayed within individual data rows.
DetailsChanged Fires after a detail row(s) has been expanded or collapsed.
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 Control)
FocusedRowChanged Fires after the focused row has been changed.
HeaderFilterFillItems Enables you to provide custom filter items displayed within a Filter Dropdown.
HtmlCommandCellPrepared Enables the settings of individual command column cells to be changed.
HtmlDataCellPrepared Enables the settings of individual cells to be changed.
HtmlEditFormCreated Occurs when a table row, which corresponds to the Edit Form, has been created.
HtmlFooterCellPrepared Enables the settings of individual footer cells to be changed.
HtmlRowCreated Occurs when a table row has been created.
HtmlRowPrepared Enables the settings of individual rows to be changed.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control)
InitNewRow Enables you to initialize added rows.
Load Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from Control)
PageIndexChanged Fires after the selected page has been changed.
ParseValue Enables you to process and modify an entered value before it is actually accepted by the grid.
PreRender Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from Control)
ProcessColumnAutoFilter Enables you to apply custom filter criteria.
RowCommand Occurs when a button is clicked within the ASPxGridView.
RowDeleted Occurs after a row has been deleted.
RowDeleting Enables you to prevent a row from being deleted.
RowInserted Fires after a new row has been added to the ASPxGridView.
RowInserting Enables you to cancel adding a new row.
RowUpdated Occurs after a row has been updated.
RowUpdating Enables you to prevent a row from being updated.
RowValidating Enables you to specify whether row data is valid and whether the row can be updated.
SelectionChanged Fires after the selection has been changed.
StartRowEditing Enables you to prevent a row from being edited.
SummaryDisplayText Enables custom display text to be provided for any summary value.
Unload Occurs when the server control is unloaded from memory. (Inherited from Control)

你可能感兴趣的:(GridView)