Skip to main content
All docs
V18.2

ASPxClientQueryBuilder Events

The client-side equivalent of the ASPxQueryBuilder control.
Name Description
BeforeRender
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by ASPxClientQueryBuilder.
CustomizeLocalization Enables you to customize the Query Builder’s localization strings.
CustomizeToolbarActions Enables you to customize the menu actions of a Query Builder.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
OnServerError Occurs on the client each time a server-side error raises.
SaveCommandExecute Occurs when executing the Save command on the client.
See Also