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
XamDataGrid Data Source Rebinding
posted

Hi All,

I am using a xamDataGrid and displaying an observable collection inside it.

But if I say m_xamDataGrid.ClearValue(XamDataGrid.DataSourceProperty), it only clears out the rows. Column names remain as it is. I also want clear out column names.

Can someone let me know how I can do it? Basically I want to rebind the grid to another data source after clearing earlier binding.

Thanks,

Sumeet