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

Parents
No Data
Reply
  • 21382
    posted

    The XamWebGrid would show all public, gettable properties off the object, does the object definition have the public accessor on the properties which aren't marked key? 

Children