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
245
Adding columns with their own ObservableCollection source
posted

How do I in c# programmatically add new columns to my xamDatagrid where each column is bound to an ObservableCollection?

I have array of ObservableCollections. I would like to add to an existing xamDatagrid, 1 column for each ObservableCollection.

I know have to create a new Field for each column but I dont know to bind a field to a specific collection.