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!

1
Vote

I attached the picture of the code where the bug occurs.

When DataFormListItem updates it's item list, i

f its target property has DisplayAttribute, 
it tries to obtain localized string display values for the items.

So far so good, but doing that it doesn't use DisplayMemberPath setting (if set) to obtain source strings to be localized, but instead uses Item's ToString method to get source strings.

This causes the view to display results of ToString even when DisplayMemberPath is set.