New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientCheckAllChecking
Updated over 6 months ago
The OnClientCheckAllChecking client-side event occurs when the user clicks on the CheckAll item. The checked state of this item can be inspected from the returned DOM event object - args.get_domEvent().target.checked. The event can be canceled.
The event handler receives two parameters:
- 
The instance of the listbox firing the event
 - 
An event arguments parameter containing the following methods:
 
- 
set_cancel() - lets you cancel the event and prevent changing the checked state of the item.
 - 
get_domEvent() - returns the DOM event object