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
740
Immediate property update instead of OnEditModeEnding in XamDataGrid
posted

I've got a boolean/checkbox.  When my user checks or unchecks the box, I need to make other changes in the UI based upon the new value.  But the value isn't immediately changed.  It only changes after the user clicks on another cell, which fired the OnEditModeEnding event. 

 

How do I get around this issue so that I can immediately update my UI without waiting for the OnEditMOdeEnding event. 

 

I'm using MVVM.  The backing model is wired up for INotifyPropertyChanged.  Everything works post-OnEditModeEnding.  I've tried overriding the cell presenter style to a basic checkbox with 'UpdateSourceTrigger=PropertyChanged'.  

We're on 13.1, but I can upgrade to 14.2 during my next sprint. 

Suggestions?

 

Thx,

Ivan

Parents Reply Children
No Data