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
715
Update source property of XamDataGrid
posted

Hi,

Have been searching for this for quite sometime now. I am using the XamDataGrid in a scenario where the columns are created dynamically. I have achieved this by wrapping the XamDataGrid inside a user control and then exposing a new Dependency property of type IEnumerable.
This means I create the Columns on the fly. Another thing worth noting is, I am using the Metro Style for XDG provided here.

Having said that, I am creating a field of type bool which gets displayed correctly, However I want the property changed notification to be fired with property changed (unlike lost focus) that XDG by default provides. Don't we have some quick property that can enable us achieve that. If not, what would be the best way?

regards,

James