Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2060
UltraDateTimeEditor - unwanted edit mode
posted

Almost Christmas, hoorah.  

I've have a form with 4 x UltraDateTimeEditor.  These are to record the departure and arrival times for flights.  2 for each so the local and zulu times can set.

If I select a date using the calendar selection from the local arrival date/time as below:

Then click into local departure date/time control it goes into a unwanted edit mode, as below:

The main use case will only require the user to change the time element after selecting the date.  The only way out is to click into another field and back again.

Is there anyway to stop the control going into this edit mode?

This is using NetAdvantage 11.1.

Many thanks and Happy Christmas

Nathan

Parents
  • 53790
    posted

    Hello Nathan,

    Maybe one possible approach for your scenario could be to use two controls. The first one will be only for the Date  and second one will be only for the Time. Please take a look at the attached screenshot. You could achieve this behavior using the property: MaskInput = {LOC}dd/mm/yyyy for the first control and MaskInput = {time}  with DropDownButtonDisplayStyle = Never   for the second one.

    redox said:
    Is there anyway to stop the control going into this edit mode?

    If you want to change the Date and / or Time the control should be in edit mode otherwise you could not be able to change the date and time.

    Please let me know if you think that I misunderstood your scenario or if you have any questions.

    Regards

Reply Children