Hi.
I am having a strange issue on my Entity Framework ASP.NET XAF application.
For some reason all nvarchar(255) fields and longer are being displayed twice in a detail form in runtime.
One as a simple label and second and a label + multiple row field. (Please see screenshot)
Also, when this happens the label + multiple row edit does not render inside the place that was defined during design time, it always renders at root level in the detail form
While on the design time i only see the field once as expected.
The only workaround i have found is to set the length to <255 and then set the row count of that property in XAF to more > 1