Unplanned
Last Updated: 14 Apr 2016 12:31 by ADMIN
ADMIN
Maria Ilieva
Created on: 14 Apr 2016 12:30
Category: InputManager
Type: Feature Request
0
DateInputSetting in InputManager does not behave as expected.
 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


0 comments