I need some help on how to validate a RadTimePicker input with RadInputManager.
And within the RadInputManager tag:
Any suggestions how to validate the time input? Can“t get it to work...
Best Regards,
Jonas
| <telerik:RadTimePicker ID="tpPreFirstSurvey" runat="server" /> |
And within the RadInputManager tag:
| <telerik:DateInputSetting BehaviorID="DateInputBehavior3" DateFormat="hh:mm" Validation-IsRequired="true" > |
| <TargetControls> |
| <telerik:TargetInput ControlID="tpPreFirstSurvey" /> |
| </TargetControls> |
| </telerik:DateInputSetting> |
Any suggestions how to validate the time input? Can“t get it to work...
Best Regards,
Jonas
