Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
FieldLayout is thrown and AutoGenerate used.
posted

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.