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
580
XamDataGrid Binding Problem
posted

I have a XamDataGrid, which I'm trying to bind to a BindingList collection object.
When I set AutoGenerateColumns to true, it shows all the rows and columns, but when I set it to false and define columns using Field or UnboundField, It just shows blank rows.
I'm sure, I'm binidng each column to the correct field name inside the BindingList object.

I'm using WPF MVVM architecture!

Wondering, if someone faced simillar issue before?

Cheers,
Anshuman