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
506
Header with empty collection
posted

Hi,

when i set as DataSource an empty collection (ObservableCollection) the header of the datagrid. disappers.

It's possible to set a property (?) that leave the header when the collection is empty?

 

Thks for help...

Parents
  • 69686
    posted

    Hello,

    What is the exact version of our controls that you are using. I cannot reproduce this when testing this with the latest service release for 9.2 :

                xamDataGrid1.DataSource = new ObservableCollection<Person>();

Reply Children