Hello,
I'm working on a WinRT app which uses a SfDataGrid. On this SfDataGrid, I use a sfNumericUpDown control to manage article quantity.
My issue is about the focus loss on the sfNumericUpDown textbox on mouse click event.
I explain : If I click on the SfDataGrid, the focus of sfNumericUpDown textbox is properly lost, but if I click on "-" or "+" buttons (always visible) of an other row, or out of the SfDataGrid, the loss of focus event is not detected.
For information, the loss of focus event is properly caught on keyboard input (enter/tab).
I've tried to force the lostFocus, or to use the "endEdit" function without success.
I probably took the wrong approach or method to manage the loss of focus, so I would appreciate if you could guide me, that would be really helpful.
Thanks in advance.
Romain