We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SfRadioGroupKey not working since 20.3.0.60

Hello!

I've attached a simple Xamarin.Forms project that illustrates the problem. Three independent (not within SfRadioGroup) SfRadioButtons all share the same SfRadioGroupKey as static resource. Since 20.3.0.60 (latest .61 as well), all three can be checked and cannot be unchecked afterwards. Before 20.3.0.60 they mutually uncheck each other.

I've also tried to bind them to viewmodel's SfRadioGroupKey property but with the same result. 

The only thing that works is setting the SfRadioGroupKey 's CheckChanged event handler to

CheckedChanged += (sender, args) =>
{
if (args.PreviousItem != null)
{
args.PreviousItem.IsChecked = false;
}
};


Is this an error, or I'm doing something wrong? 

Thanks!


Attachment: SfRadioGroupKeyError_985cd3c4.zip

1 Reply

SR Shivani Ramakrishnan Syncfusion Team December 15, 2022 04:59 PM UTC

Hi Biljana,


Query: SfRadioButton CheckedChanged Event Handler is not working.


We have checked the reported issue "SfRadioButton CheckedChanged Event Handler is not working" and we have fixed the issue. Please find the fixed assemblies in the attachment.


Assembly version: 20.3.0.61



Please note that we have created these assemblies for version 20.3.0.61 specifically, to resolve the issue reported in this ticket. If you have received other patches for the same version for other products, please apply all patches in the order received.


Note: Please refer to the below link to apply the custom assembly


https://www.syncfusion.com/kb/8279/how-to-apply-the-custom-assemblies-when-configured-the-project-with-syncfusion-nuget


This fix will be included in the Volume 4 release which is at the end of December.



Disclaimer: The inclusion of this solution in the weekly release may change due to other factors, including but not limited to QA checks and work reprioritization.


Regards

Shivani


Attachment: Syncfusion.Xamarin.Buttons_Assemblies_d06dc37c.zip

Loader.
Live Chat Icon For mobile
Up arrow icon