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

RadInputManager vs Html5InputType

4 Answers 145 Views
Input
This is a migrated thread and some comments may be shown as answers.
Marek Svrcina
Top achievements
Rank 1
Marek Svrcina asked on 25 Sep 2012, 08:27 AM
I have problem with iPad and native calling number keyboard.
I use
<telerik:RadTextBox ID="txt1" runat="server" Width="205px" InputType="number"></telerik:RadTextBox>

with Render is everything is ok

but with Radinputmanager is problem, because isn't property to HTML5InputType
<asp:TextBox ID="txt1" runat="server" Width="205px"></asp:TextBox>
 
    <telerik:RadInputManager ID="RadInputManager1" runat="server">
            <telerik:NumericTextBoxSetting BehaviorID="NumericBehavior1"
                Type="Number" DecimalSeparator="," GroupSeparator=" " GroupSizes="3" DecimalDigits="2"
                Validation-IsRequired="false">
                <TargetControls>
                    <telerik:TargetInput ControlID="txt1" />
                </TargetControls>
            </telerik:NumericTextBoxSetting>
    </telerik:RadInputManager>


is posibility to same result ?

4 Answers, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 28 Sep 2012, 07:28 AM
Hello Marek,

Indeed currently the RadInputManager does not have a setting to change the input type of a TextBox control. We will try to improve this for future versions of the controls.
If you are using .NET 4 or 4.5 you can explicitly specify the type attribute to the TextBox and it will render appropriately:

<asp:TextBox ID="TextBox1" runat="server" type="number"></asp:TextBox>

I hope this helps.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Marek Svrcina
Top achievements
Rank 1
answered on 01 Oct 2012, 08:35 AM
Hello,

this I tried first time = no running. OK I will wait and hope on next version.

0
Marek Svrcina
Top achievements
Rank 1
answered on 12 Apr 2013, 07:22 AM
still nothing :(
0
Marin
Telerik team
answered on 16 Apr 2013, 12:50 PM
Hello,

 We have been working on other improvements related to the HTML5 support for RadTextBox. You can suggested new feature and improvements in our feedback portal: http://feedback.telerik.com/Project/108
. Depending on their popularity they can be added sooner to the RadControls suite. 

Regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Marek Svrcina
Top achievements
Rank 1
Answers by
Marin
Telerik team
Marek Svrcina
Top achievements
Rank 1
Share this question
or