End sfNumericUpDown edition when losing focus on mouse click

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

3 Replies

SK Selva Kumar  Veerakrishnan Syncfusion Team December 11, 2017 12:13 PM UTC

Hi Larrouy,

We have prepared SfDataGrid sample with SfNumericUpDown and checked the reported issue at our end. But we were unable to reproduce the reported issue in the sample.

Please download the sample from the following link.

Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/SfDataGridSample-1367455214.zip

If you still persist issue in the sample, could you please update more information like reproduce steps or video demonstration about your issue. it would be very helpful for us to resolve your problem earlier.

Regards,
Selva Kumar V.


RL Romain Larrouy January 3, 2018 01:48 PM UTC

Hello,

Sorry for the response time.
Thank you for your return, I found the error.

Best regards.

Romain L.


SK Selva Kumar  Veerakrishnan Syncfusion Team January 4, 2018 04:28 AM UTC

Hi Larrouy,

Thanks for your response.

Please let us know if you need any further assistance on this.

Regards,

Selva Kumar V.

Loader.
Up arrow icon