BootstrapCardView Events
A server Card View control.
Name | Description |
---|---|
After |
Fires after a callback or a postback initiated by the control has been processed on the server.
Inherited from ASPx |
Before |
Occurs before a column is sorted. |
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 |
Enables you to provide custom filter items instead of default ones displayed within a Header Filter. |
Before |
Occurs before the control obtains data from a data source.
Inherited from ASPx |
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 |
Cancel |
Enables you to prevent changes made within a card from being discarded.
Inherited from ASPx |
Card |
Occurs after a card has been deleted.
Inherited from ASPx |
Card |
Enables you to prevent a card from being deleted.
Inherited from ASPx |
Card |
Fires after a new card has been added to the ASPx |
Card |
Enables you to cancel adding a new card.
Inherited from ASPx |
Card |
Obsolete. Occurs when the card layout has been created. |
Card |
Occurs when the card layout has been created. |
Card |
Occurs after a card has been updated.
Inherited from ASPx |
Card |
Enables you to prevent a card from being updated.
Inherited from ASPx |
Card |
Enables you to specify whether card data is valid and whether the card can be updated.
Inherited from ASPx |
Cell |
Enables the cell editors displayed within the edit cells to be initialized. |
Client |
Enables you to save and restore the previously saved layout of the grid.
Inherited from ASPx |
Command |
Enables you to initialize individual command buttons. |
Custom |
Occurs when a custom command button has been clicked.
Inherited from ASPx |
Custom |
Enables you to initialize custom command buttons. |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Enables custom display text to be provided for any cell. |
Custom |
Enables you to sort data using custom rules. |
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.
Inherited from ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from ASPx |
Custom |
Enables you to calculate summary values manually.
Inherited from ASPx |
Custom |
Enables you to supply data to unbound columns. |
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.
Inherited from ASPx |
Focused |
Fires after the focused card has been changed.
Inherited from ASPx |
Header |
|
Header |
Enables you to add custom filter items which filter data by the current column to ones displayed within a Header Filter. |
Html |
Enables the settings of individual cards to be changed.
Inherited from ASPx |
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 cards.
Inherited from ASPx |
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. |
Search |
Enables you to replace the default search panel editor with custom one.
Inherited from ASPx |
Search |
Enables you to customize the properties of an editor displayed within the search panel.
Inherited from ASPx |
Selection |
Fires when the row selection changes.
Inherited from ASPx |
Start |
Enables you to prevent a card from being edited.
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 to provide custom display text 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