What code should I write to select a Telerik radiobutton?
It doesn't have a .checked property.
try .ToggleState
.ToggleState
thanks
RadRadioButton1.ToggleState = Telerik.WinControls.Enumerations.ToggleState.Off