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
75
Adding columns at runtime and auto refreshing xamDataGrid
posted

Hi, 

I am using xamDataGrid and binding it to an observable collection. I want to have the functionality where I can add columns at runtime, after initial binding is done. I have also implemented it through adding a property descriptor to the property descriptor collection.

But the problem I am facing is that the grid does not automatically get refreshed, when a column is added at runtime. I have to navigate away from the grid and then navigate back to the grid, to be able to see the newly added columns.

Does xamDataGrid support auto refresh? If yes, then can someone tell me what do I need to do get auto refresh working?

Thanks!