I have problem with iPad and native calling number keyboard.
I use
with Render is everything is ok
but with Radinputmanager is problem, because isn't property to HTML5InputType
is posibility to same result ?
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 ?