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
710
XamDataGrid - problems with updating values bounded to Checkboxes
posted

Hi,

I have an application on which I use XamDataGrid, and I bind to grid some collection of objects. I have one column where is checkbox because it should represent boolean type. When I click on checkbox to change state of it, data in collection aren't changed until I move to next row. I think data should be updated every time when checkbox will change state so what I should to do to change this behavior?

Regards

Pokrec