Posted
on Nov 22, 2011
(permalink)
Hi, i am using MaskedTextBox Control as one of the column templates in a RadDataGridView control for price entries.Hence, when i am entering a value say (21,22), there are 4 change notifications to the ViewModel code and this is not what i am expecting.
What i am expecting is after finishing entering the value (21,22) i want a change notification, i.e., after losing focus of the currently editing cell.
As i am not using eventhandling mechanism and instead relying on MVVM, i would like to know how we can accomplish it...
Cheers,
Varun.