Hi,
I cannot use the Add button to update the label.
The problem I am currently facing is with the SfNumericTextBox control and its ValueChangeMode being set to OnKeyfocus. This is a problem on UWP but not Android or IOS.
In this situation the ValueChangeMode is set to OnKeyFocus and the Value is binded to a property on the ViewModel. When I try to input values in the input it does not allow a value that is greater than one digit.
I have tried the following;
1. Using the 'OnKeyFocus'. This does not accomplish what I need it to because when the button is clicked, directly after adding numbers to the input, the value does not get stored.
2. Tried setting the Binding to 'TwoWay' and 'OneWayToSource' but it does not full fill what I need it to do.
My end result is for the value to be stored just before the add button is clicked and the value must be greater than 1 digit.
I have attached a test project as a Demo for my problem. This can be found on the first rotator page as follows:
Any assistance on this matter would be greatly appreciated.
Thank you kindly.
Attachment:
SfNumericTextBox_9230fac.rar