Select
eventsFires when a radio input is clicked to be selected through user interaction. If prevented, the clicked input will not be selected.
Event Data
e.sender kendo.ui.RadioGroup
The widget instance which fired the event.
e.preventDefault Function
If invoked prevents the input select action. The widget will retain the previously selected input (if any).
e.target jQuery
The <input type="radio"> DOM element that triggered the event.