Unplanned
Last Updated: 22 Jun 2018 11:46 by Miquel
ADMIN
Ivaylo Gergov
Created on: 24 Feb 2017 09:14
Category: UI for UWP
Type: Feature Request
1
Grid: Implement UpdateSourceTrigger feature
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.