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!
Provide support for a Display Binding support in SfComboBox, similar to how the MAUI Picker supports ItemDisplayBinding.
Right now, SfComboBox only supports DisplayMemberPath, which takes a property name as a string and does not allow value converters. This makes it difficult to display custom text for enum values or localized strings.
With Display Binding, developers could bind to complex objects and use converters to show meaningful display text without needing custom views or templates.