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!
I attached the picture of the code where the bug occurs.
When DataFormListItem updates it's item list, i
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.