New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientButtonCommand
Updated over 6 months ago
The OnClientButtonCommand client-side event occurs when some of the image buttons is clicked.
The event handler receives two parameters:
- 
The instance of RadSearchBox firing the event.
 - 
An eventArgs parameter containing the following two methods:
- 
get_commandName() - returns the command name.
 - 
get_commandArgument() - returns the command argument.
 
 -