Implement a feature which will allow users to change the trigger which updates the source in Editing Mode
1 comment
Miquel
Posted on:28 Feb 2017 11:21
I'd like this feature to change the trigger.
It seems that "PropertyChanged" is defined by default, so when "123" is introduced, the event raises when:
Val = 1
Val = 12
Val = 123
I'd like modify to "LostFocus" to raise the event only when all value is introduced in the cell.