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
265
XamNumericEditor restrict binding update when editing
posted

I am using a XamNumericEditor in a XamDataGrid.  I need the editor to update its binding whenever the user hits the up or down arrow buttons.  However, when the user is in edit mode I need the user to hit enter in order to update the binding.
I can only get the up/down buttons to update the binding if I set DataItemUpdateTrigger="OnCellValueChange".  This setting will also update the binding if I change the text in the edit control - which in my case is dangerous.

Is there a way to restrict updating the binding when the edit control is in edit mode?