CheckedChanged event not firing for RadCheckbox NET7 mac OS

1 Answer 116 Views
CheckBox
Nauman
Top achievements
Rank 1
Nauman asked on 16 Nov 2022, 07:40 AM

Hi, 

Running the ControlSamples demo app, if you add a CheckChanged event handler to the RadCheckBox , the event

handler code is not hit. If the RadCheckBox is changed to the default MAUI checkbox it works. We are seeing this on

NET 7 Mac OS 12.5.1

Thanks

 

 

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 17 Nov 2022, 11:44 AM

Hi Nauman,

I have reproduced the behavior. The event you are using comes from the .NET MAUI CheckBox control, as Telerik CheckBox inherits from it. I have escalated the behavior to the development team for further researching the case. 

The Telerik CheckBox has IsCheckedChanged event. Please use this event for the scenario you want to achieve. The event works as expected.

<telerik:RadCheckBox IsCheckedChanged="RadCheckBox_IsCheckedChanged"/>

I noticed the event is not described in the documentation. I will address this by the end of the week. 

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
CheckBox
Asked by
Nauman
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or