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
980
Empty rows in xamWebGrid
posted

Hi,

 

I am adding xamWebGrid.ItemsSource = LoadOperation.Entities;

When the entity collection is formed of entities which have only one [Key] attribute (in metadata) at one property, the grid is presenting several blank rows;

But when I return entity collection with entities that have [Key] attributes on all properties, everything is OK;

 

I believe that the first case should also present the data correctly;

 

Thanks