RadMaskedNumericInput does not respect click location when value is 0

0 Answers 6 Views
MaskedInput (Numeric, DateTime, Text, Currency)
Zack
Top achievements
Rank 1
Zack asked on 09 Jul 2025, 08:12 PM

I have a RadMaskedNumericInput as follows:

 


<telerik:RadMaskedNumericInput Grid.Row="0" Grid.Column="1" Width="55"
                       Mask=""
                       FormatString="n2"
                       Value="{Binding TotalFeedVolume}"
                       IsClearButtonVisible="False"
/>

When I click on the left of the initial zero, it moves my cursor right in front of the decimal point. This is a bit frustrating, as I couldn't, for example, just easily make it "10" with one keystroke. Any way to fix this?

Stenly
Telerik team
commented on 10 Jul 2025, 02:46 PM

Hello Zack,

I tested this in a sample project, however, I was unable to reproduce the reported behavior. I attached the test application, so, would it be possible to give it a try and let me know if I am missing something?

Zack
Top achievements
Rank 1
commented on 10 Jul 2025, 02:53 PM

That's weird, because it's happening for me on your project.

The only change I made was to import Telerik.Windows.Controls.Input.for.Wpf.Xaml (2025.2.707) as we're using Nuget instead of the direct installed assemblies.

No answers yet. Maybe you can help?

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Zack
Top achievements
Rank 1
Share this question
or