Unplanned
Last Updated: 19 Jun 2018 16:08 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: InputManager
Type: Feature Request
1
The temporal solution is to change the type attribute of the RadNumericTextBox input to "tel". This can be done in the OnLoad client event of the control:


<script>
    function OnLoad(sender, args) {
            sender.get_element().setAttribute("type", "tel");
    }
</script>
<telerik:RadNumericTextBox  RenderMode="Lightweight" runat="server" ID="RadNumericTextBox1" Width="190px" Value="1" EmptyMessage="Enter units count" MinValue="0"  ShowSpinButtons="true" NumberFormat-DecimalDigits="0">
    <ClientEvents OnLoad="OnLoad" />
</telerik:RadNumericTextBox><br />
Completed
Last Updated: 02 Oct 2019 15:04 by ADMIN
Created by: mqsash
Comments: 2
Category: InputManager
Type: Feature Request
1
When RadText boxes have EnableAriaSupport=True and also have a tooltip set, the JAWS form fields dialog should list the control along with any text that might be in the textbox.
Currently it does not list the text.
see following support ticket for more details:  https://www.telerik.com/account/support-tickets/view-ticket?threadid=1081024
Unplanned
Last Updated: 15 Apr 2016 04:39 by Eric
The RadMaskedTextBox DisplayMask does not work properly in case "*" is used in it.
Unplanned
Last Updated: 14 Apr 2016 12:31 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 0
Category: InputManager
Type: Feature Request
0
 DateInputSetting in InputManager does not behave as expected.

Use  the code and steps below:

<telerik:RadInputManager ID="RadInputManager1" runat="server">
    <telerik:DateInputSetting BehaviorID="BehaviourFormatHeure" DateFormat="HH:mm:ss" Validation-ValidationGroup="GroupValidation">
        <TargetControls>
            <telerik:TargetInput ControlID="txtHeureDebut"></telerik:TargetInput>
            <telerik:TargetInput ControlID="txtHeureFin"></telerik:TargetInput>
        </TargetControls>
    </telerik:DateInputSetting>
</telerik:RadInputManager>


When  type 5 and quit the input field, it works : 05:00:00 appears
When  type 512 and quit the input field, it works too : 05:12:00 appears
When  type 05:12:27 and quit the input field, it works again : value is unchanged
But when type 051227 and quit the input field, an error is indicated


Unplanned
Last Updated: 07 Feb 2018 23:50 by Uri
RadTimePicker :
           Currently the time picker with time interval 5 minutes shows a large list. Instead of large list display Hours 1 to 12 with AM and PM and Minutes 05 to 55 like the image enclosed. 
Declined
Last Updated: 11 Dec 2015 13:03 by ADMIN
Created by: Fit2Page
Comments: 1
Category: InputManager
Type: Feature Request
1
To let the applicable keyboard configuration on iOS popup, the HTML5 type attribute on the different inputs should vary. So RadDateInput should have type=date and RadNumericTextBox should have type=number
Completed
Last Updated: 05 Aug 2015 11:00 by ADMIN
ADMIN
Created by: Maria Ilieva
Comments: 0
Category: InputManager
Type: Feature Request
1
If multiline textbox has set text that starts with break lines, on every postback one break line disappears form the text.
Declined
Last Updated: 16 Jul 2015 08:52 by ADMIN
Created by: ITERGO
Comments: 1
Category: InputManager
Type: Feature Request
0
Hi,

the RadNumericTextBox currently supplies the types number, currency and percent.

http://docs.telerik.com/devtools/aspnet-ajax/controls/input/radnumerictextbox/overview

In addition to that we need the type permill (0/00).
We would appreciate it, if you implement this additional type.
Won't Fix
Last Updated: 16 Jul 2015 11:54 by Andy
ADMIN
Created by: Kostadin
Comments: 2
Category: InputManager
Type: Feature Request
1
Due to a bug in the WebKit-based browsers this issue could not be fixed since it will introduce another bugs in those browsers. 
Completed
Last Updated: 12 Nov 2015 08:37 by Andy
Created by: Andy
Comments: 0
Category: InputManager
Type: Feature Request
1
RadMaskedTextBox has a RequireCompleteText property that makes it a requirement that the full mask of the input be satisfied. The RadInputManager MaskedTextBoxSetting does not contain the same property. Please add this property with the same functionality to the MaskedTextBoxSetting.
Won't Fix
Last Updated: 20 Jul 2015 14:14 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: InputManager
Type: Feature Request
0

			
Unplanned
Last Updated: 11 Jun 2021 09:40 by ADMIN
A property to handle that would be very convenient. This way developers could be able to restrict the number of rows that the user can type. Something like MaxRowNumber.

Additionally, a property MaxColumnNumber would be also useful to restrict the length of each row. 
Unplanned
Last Updated: 13 Oct 2014 08:32 by ADMIN
Won't Fix
Last Updated: 16 Jul 2015 08:50 by ADMIN
Declined
Last Updated: 29 Jul 2016 12:06 by ADMIN
Declined
Last Updated: 20 Oct 2015 21:51 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 1
Category: InputManager
Type: Feature Request
1

			
Completed
Last Updated: 28 Mar 2022 08:20 by ADMIN
1 2