XAF Listview is empty when there are records

I have seen this happen when my entity model is not quite correct.

For example if the Key is Int16 and I declared it as Int

However it also seems a problem if the columnname is too long

For example

    public bool ExcludeFromPrioritizeByDueByDate { get; set; }

I asked about it on Stack Overflow and Dev Express