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?
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?
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.