Hi,
After the update from 15.2 to 16.1, the FieldBinding is ignored
With 15.2 works fine.
...
<igWPF:Field Name="Salutation"
Label="{igWPF:FieldBinding Localizer[Salutation]}"/>
'Localizer' is a ReadOnly Property from the ViewModel.
in 15.2: Label = "Anrede" (Localized German Text)
in 16.1: Label = "Salutation"
Sincerely
You can specify a date for the fix?
(We must decide whether we will change a customer Project)
Hello Marcus,
Thank you for your post.
We are currently aware of this issue, and it has since been fixed internally. There was a regression issue with the 16.1 version of Infragistics for WPF that essentially broke the FieldBinding in the XamDataGrid. As a workaround for the time being I would recommend using the following binding:
Label = "{Binding RelativeSource={RelativeSource Self}, Path=Owner.DataPresenter.DataContext.Localizer[Salutation]}".
Breaking the above binding down, it binds back to the Field via a RelativeSource Self. The Owner property returns the FieldLayout that the Field belongs to, and the DataPresenter property returns the XamDataGrid so that you can bind to its data context.
I have created a case for you that I will link to the regression mentioned above, so that you can track this development issue and be notified when a public fix becomes available. This case has an ID of CAS-173430-S1D1M9, and you can access it here: https://es.infragistics.com/my-account/support-activity.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support