Completed
Last Updated: 23 Oct 2019 12:25 by ADMIN
Release R3 2019 SP
Jason
Created on: 31 May 2019 21:52
Category: NumericInput
Type: Bug Report
1
Unfocused Event Does not Fire

When using Xamarin.Forms 3.6 and UI for Xamarin 2019.1.316, the RadNumericInput control does not fire the Unfocused event (on Android and iOS).

Reproduce

This can be easily reproduced using the following code:

<telerikInput:RadNumericInput x:Name="BuyerAmount" Unfocused="BuyerAmount_OnUnfocused" StringFormat="{}{0:C2}"/>

Workaround

As a temporary workaround, I am able to get the Unfocused event from the ControlTemplate's internal NumericInputEntry control:

<numericInput:NumericInputEntry x:Name="PART_Entry" Unfocused="BuyerAmount_OnUnfocused" ...  />


This is a very unattractive solution as I need to define a separate ControlTemplate for every control instance that I need separate event handlers.

1 comment
ADMIN
Yana
Posted on: 03 Jun 2019 13:52
Hello Jason,

Thank you for sending the bug report, I confirm it is an issue in RadNumericInput control.

Indeed, the workaround is not very convenient, so we treat this issue with high priority and hopefully, we'll manage to resolve it soon.

I've updated your points as a small sign of gratitude for your involvement.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items