If you set up your own FieldLayout in XAML, and set AutoGenerateFields to False, and then get a small typo in one of the Fieldnames, you never get any BindingError or similar, instead the whole FieldLayout is thrown away and AutoGenerateFields is used instead. Is it supposed to be like this? I understand that any typo is the developers own fault, but it's very hard debugging when no error is shown and the FieldLayout completely changes for aparently no reason.
Hello,
Yes, this is expected. However, you can use a little trick so that you do not have to type the XAML code for the FieldLayouts in this forum thread with the same issue:
http://community.infragistics.com/forums/p/41835/231983.aspx#231983