Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We need to implement the SelectedValue support for SfRadioGroup in .NET MAUI.
Customer need :
My goal is very simple. I'd bind a radio
button group to an integer (or could be a string if required) and I'd be able
to read that bound value and determine which of the radio buttons in the group
was checked.
I'd also be able to change the bound value of
the ViewModel in code and have that change the radio button that is checked.