ASPxClientTreeList Events
Represents the client ASPxTreeList.
Name | Description |
---|---|
Batch |
Occurs on the client side before data changes are canceled in batch edit mode. |
Batch |
Occurs on the client side before data changes are saved in batch edit mode. |
Batch |
Enables you to prevent a batch edit confirmation message from being displayed. |
Batch |
Occurs when a tree list leaves the batch edit mode. |
Batch |
Allows you to handle a Cancel button click for a node in batch edit mode. |
Batch |
Occurs on the client side before a node is deleted in batch edit mode. |
Batch |
Occurs on the client side before a node is inserted in batch edit mode. |
Batch |
Occurs on the client side before a node is recovered in batch edit mode. |
Batch |
Enables you to specify whether the node date is valid and provide an error text. |
Batch |
Occurs when a tree list switches to batch edit mode. |
Batch |
Enables you to provide navigation for editors contained in a templated cell in Batch Edit mode. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPx |
Cell |
Occurs when you select or deselect a cell. |
Clipboard |
Occurs before a cell is pasted to the control from the clipboard. Allows you to update the pasted data or skip a cell. |
Column |
Occurs after a column’s width has been changed by an end-user. |
Column |
Enables you to prevent columns from being resized. |
Context |
Enables you to display a context menu. |
Custom |
Occurs when a custom command button has been clicked. |
Custom |
Fires after the callback has been processed in the ASPx |
Customization |
Fires after the Customization Window has been closed. |
End |
Occurs on the client after a callback’s server-side processing has been completed. |
End |
Occurs after a node drag and drop operation is completed. |
Focused |
Occurs on the client side when the focused cell is about to be changed. |
Focused |
Fires in response to changing node focus. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Occurs when a user presses a key while ASPx |
Key |
Occurs when a user presses and releases a key while ASPx |
Key |
Occurs when a user releases the pressed key while ASPx |
Node |
Fires on the client when a node is clicked. |
Node |
Fires before a node is collapsed. |
Node |
Fires on the client when a node is double clicked. |
Node |
Fires before a node is expanded. |
Node |
Fires before the focused node has been changed. |
Selection |
Fires after the selection has been changed via end-user interaction. |
Start |
Occurs before a node is dragged by an end-user. |
Toolbar |
Fires after a toolbar item has been clicked. |
See Also