There may be a bug in the RadCheckBox and RadToggleButton control.

0 Answers 4 Views
Buttons, RadioButton, CheckBox, etc
yw
Top achievements
Rank 2
yw asked on 23 Aug 2025, 02:09 AM

 When the RadCheckBox or RadToggleButton control is clicked quickly, an exception will be thrown: System.NullReferenceException: "Object reference not set to an instance of an object."

   private void radCheckBox1_ToggleStateChanged(object sender, Telerik.WinControls.UI.StateChangedEventArgs args)
   {
   }

   private void radToggleButton1_ToggleStateChanged(object sender, Telerik.WinControls.UI.StateChangedEventArgs args)
   {
   }

No answers yet. Maybe you can help?

Tags
Buttons, RadioButton, CheckBox, etc
Asked by
yw
Top achievements
Rank 2
Share this question
or