This is a migrated thread and some comments may be shown as answers.

Rad Numeric Text Box is not editable while rendering on mobile(iOS)

1 Answer 49 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
loga
Top achievements
Rank 1
loga asked on 01 Aug 2019, 03:40 PM

  Hi,

We are using RadNumericTextBox inside user control. When this page is rendering on mobile(iOS) RadNumericTextBox is not editable(seems like read only).

Kindly help me to fix this issue as soon as possible.

Code used in user control:

<td style="text-align: center;">
                        <asp:Label SkinID="fieldLabel" ID="Label1" runat="server" Text="Salary and Wages" /></td>
                    <td style="text-align: center;">
                        <telerik:RadNumericTextBox RenderMode="Lightweight" ID="MHI_Salary_Wages_Amount" runat="server" Width="70" MaxLength="8" AllowOutOfRangeAutoCorrect="True" Value="0.00" MinValue="0.00" MaxValue="99999.99" DataType="System.Decimal" Type="Currency"
                            EnableSingleInputRendering="True" Style="text-align: right" AutoPostBack="true" ClientEvents-OnKeyPress="resetValidationState" ToolTip="Salary Wages Amount" SelectionOnFocus="SelectAll">
                            <NumberFormat AllowRounding="true" DecimalDigits="2" KeepNotRoundedValue="True" KeepTrailingZerosOnFocus="True" />
                        </telerik:RadNumericTextBox>
                    </td>

 

Thanks

Loganathan

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Aug 2019, 12:14 PM
Hi Loganathan,

I tried to reproduce the reported problem on Safari and Chrome on both iPhone and iPad, but without success.

For your convenience I have attached my test project. Can you please test it and let me know how it works on your side.

You can also load the page in the Chrome ipad/iphone mobile emulator and check for JavaScript errors.


Best Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
NumericTextBox
Asked by
loga
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or