Hi,
Attached project contains a view page with grid view and SfNumericUpDown input control.
Issue 1: On first launch, you can see that "Selected Score" SfNumericUpDown is empty because the bound value is null. Tapping on the Grid->Name columns should populate corresponding row's Score into the "Selected Score" control. Clicking on a name with non-null score populates it value correctly, but clicking on a name with null score populates the "Selected Score" with 0. If you look at the bound value in the model, it is null. Not sure why its showing as 0, its suppose to show blank.
Issue 2: I am using ValueChanged event of SfNumericUpDown to do some other operation in View Model, but last input digit isnt available in the model. To see what I am talking about, after you run the project start typing some numbers in "Selected Score" control. You can see the value that's in the Model in "Current Score In Model" label, it will one digit less than in the input control. Lets say if you typed 1234, then the "Current Score In Model" will show "123". Hope its clear. I am not sure if there is a better event which I can use to trap each input change.
Also is it possible to restrict the number of characters that can be typed in the SfNumericUpDown control, like if I dont want the user to type more than 6 digits how can I achieve that?
Thanks,
Vasanth
Attachment:
SfDataGridWithStackedHeaders_a22d36e0.rar