ASPxVerticalGrid Events
A vertical grid control.
Name | Description |
---|---|
After |
Fires after a callback or a postback initiated by the control has been processed on the server. |
Batch |
Occurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism.
Inherited from ASPx |
Before |
Occurs before the grid content is exported and allows you to customize export settings.
Inherited from ASPx |
Before |
Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.
Inherited from ASPx |
Before |
Allows you to populate the header filter dropdown with custom items instead of default items. |
Before |
Occurs before the control obtains data from a data source.
Inherited from ASPx |
Before |
Occurs before a row is sorted. |
Callback |
Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.
Inherited from ASPx |
Cell |
Enables initializing the cell editors displayed within the edit cells. |
Client |
Enables you to save and restore the previously saved layout of the grid.
Inherited from ASPx |
Command |
Enables individual command buttons to be initialized. |
Custom |
Occurs when a custom command button has been clicked. |
Custom |
Enables you to initialize a custom command button. |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Enables you to provide custom error descriptions. |
Custom |
Enables you to display custom text in the filter bar, corresponding to the current filter expression.
Inherited from ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Custom |
Enables custom display text to be provided for any cell. |
Custom |
Enables you to sort data using custom rules. |
Custom |
Enables you to calculate summary values manually.
Inherited from ASPx |
Custom |
Enables data to be supplied to unbound rows. |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Occurs after the server control binds to the data source.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Export |
Enables rendering of different content from the content exported by default. |
Filter |
Occurs after all filter control columns have been created.
Inherited from ASPx |
Filter |
Allows you to replace the default criteria value editor with a custom editor.
Inherited from ASPx |
Filter |
Fires when an editor in the criteria value is initialized.
Inherited from ASPx |
Filter |
Allows you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive.
Inherited from ASPx |
Filter |
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu.
Inherited from ASPx |
Filter |
Enables you to process and modify an entered value before it is actually accepted by the filter control.
Inherited from ASPx |
Header |
Occurs when a header filter editor is initialized. |
Header |
Allows you to add custom header filter items to default items. |
Html |
Enables the settings of individual command row cells to be changed. |
Html |
Enables the settings of individual cells to be changed. |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Init |
Enables you to initialize added records. |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Page |
Fires after the selected page has been changed.
Inherited from ASPx |
Page |
Fires on the server side after the page size, i. |
Parse |
Enables you to process and modify an entered value before it is actually accepted by the grid.
Inherited from ASPx |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Record |
Occurs after a record has been deleted. |
Record |
Enables you to prevent a record from being deleted. |
Record |
Fires after a new record has been added to the ASPx |
Record |
Enables you to cancel adding a new record. |
Record |
Occurs after a record has been updated. |
Record |
Enables you to prevent a record from being updated. |
Record |
Enables you to specify whether record data is valid and whether the record can be updated. |
Search |
Enables you to replace the default search panel editor with a custom one. |
Search |
Enables you to customize the properties of an editor displayed in the search panel. |
Selection |
Fires when the row selection changes.
Inherited from ASPx |
Substitute |
Allows you to replace a filter applied with another filter.
Inherited from ASPx |
Substitute |
For internal use only.
Inherited from ASPx |
Summary |
Enables custom display text to be provided for any summary value. |
Toolbar |
Fires after a toolbar item has been clicked. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also