Occassionally, xamDataGrid does not create fields even though it has a valid FieldLayout. When this happens, the record selector arrow on the very first column show that records are present in the grid but then there are no columns. as shown in the attached image.
This is an intermittent issue so it will be hard to create a sample project, but I hope someone can help me understand what this condition exactly means.
Klaus,
I have not found any such issue being reported before.
Can you tell me more about your application? - like, how the grid is being renderred? what kind of data source? are you using MVVM patteren? are there any background thread operations? etc.,
Thank you,
Sam
Sam,
Data source is a custom collection that implements INotifyCollectionChanged. Yes, I am using MVVM and there is a background thread involved.
All I need to know is what exactly does that grid state mean.