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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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.