Hello Kristof Van Cauwenberghe,
Let we first start with that when the value in the RadMaskedTextInput control is SelectedAll() and you pressed a button only the first character will be replaced. This behavior is expected by design. To workaround this you can use no mask scenario by setting Mask property.
This way you can replace all the text in select all scenario.
In your post you mentioned that only, the last character is replaced. We weren't able to reproduce this behavior on our side. That is why we would ask you to send us sample project from application reproducing it so we can further test it on our side. You can also tell us which version of our DLLsare you using in your application?
Regards,
Dinko
Telerik by Progress
Let we first start with that when the value in the RadMaskedTextInput control is SelectedAll() and you pressed a button only the first character will be replaced. This behavior is expected by design. To workaround this you can use no mask scenario by setting Mask property.
<
telerik:RadMaskedTextInput
x:Name
=
"txtTextbox1"
Margin
=
"27,35,0,254"
Width
=
"263"
AcceptsReturn
=
"False"
IsLastPositionEditable
=
"False"
Mask
=
""
/>
In your post you mentioned that only, the last character is replaced. We weren't able to reproduce this behavior on our side. That is why we would ask you to send us sample project from application reproducing it so we can further test it on our side. You can also tell us which version of our DLLs
Regards,
Dinko
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!