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
590
XamDataGrid bool Field PropertyChanged doesn't fire until edit mode ends
posted

Is there a way to make the PropertyChanged event fire as soon as a checkbox is checked/unchecked in the XamDataGrid? It appears to be delayed until I exit edit mode for the record and I would like to change that behavior.

My Field is simple:

<igDP:Field Label="Selected" Name="IsSelected" />