New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientButtonCommand

The OnClientButtonCommand client-side event occurs when some of the image buttons is clicked.

The event handler receives two parameters:

  1. The instance of RadSearchBox firing the event.

  2. An eventArgs parameter containing the following two methods:

    • get_commandName() - returns the command name.

    • get_commandArgument() - returns the command argument.

In this article