Hi,
i have an issue with NumericTextBox.
when the NumericTextBox has spinbuttons enabled, then its width are not taking in account and overlays the value and during editing the cancel-button as well. i am using Microsoft Windows 10 (1809) and its Microsoft Edge.
here the code-snip:
<telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" MinValue="0" MaxValue="100" DbValue='<%# Eval("test") %>' ShowSpinButtons="False" NumberFormat-AllowRounding="False" ReadOnlyStyle-HorizontalAlign="Right" NegativeStyle-HorizontalAlign="Right" InvalidStyle-HorizontalAlign="Right" HoveredStyle-HorizontalAlign="Right" FocusedStyle-HorizontalAlign="Right" EnabledStyle-HorizontalAlign="Right" EmptyMessageStyle-HorizontalAlign="Right" DisabledStyle-HorizontalAlign="Right" />Same behaviour, when using CcsClass style to align the value to the right.