Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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

Hi, I'm trying to localize editor labels in a SfDataForm using the DisplayAttribute. If AutoGenerateItems is set to true,  everything is fine. But if I set AutoGenerateItems to false and create the items manually, the DisplayAttributes's Name value is not used.

You can easily reproduce this problem by modifying the sample from  'How can I set data into the editors? ticket'. In the attached sample, I set [Display(Name = "PhonePropWithDisplay-Attr")] for the Contacts.Phone property.

The new label is not used, if AutoGenerateItems is false, but it is used if

AutoGenerateItems is true.