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

1 Answer 17 Views
Buttons, RadioButton, CheckBox, etc
yw
Top achievements
Rank 2
Iron
Iron
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)
   {
   }

1 Answer, 1 is accepted

Sort by
0
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 25 Aug 2025, 08:17 AM

Hello,

Yes, there was an issue in the old Q2 2025 version regarding RadCheckBox and RadToggleButton.

This issue is already fixed and is available in our latest Q3 2025 (2025.3.812) version. You can upgrade your project to use 2025.3.812 version and benefit from the fix. With the latest version this issue does not reproduce. 

The following article will be useful to upgrade: How to Upgrade Telerik UI for WinForms Project - Telerik UI for WinForms

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

yw
Top achievements
Rank 2
Iron
Iron
commented on 25 Aug 2025, 02:36 PM

What are the reasons for its formation?
Nadya | Tech Support Engineer
Telerik team
commented on 26 Aug 2025, 07:17 AM | edited

There was an issue related to the new UI Automation support that we provide to these components. After you upgrade your project to Q3 2025 version, you should not experience the issue any more. 

Regards,
Nadya

Tags
Buttons, RadioButton, CheckBox, etc
Asked by
yw
Top achievements
Rank 2
Iron
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or