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
400
UltraDateTimeEditor not getting the time when selecting the date
posted

Hi,

I'm using the ultraDateTimeEditor in my form. I put the mast input = {date}  {time}. But the case is when I select a date from the drop down it only displays the selected date and the time is always 12:00:AM. I need the present time to display there irrespective of the date selected. What can I do to obtain this?

Any help will be appriciated.

With Regards,

SreeRam.

Parents
  • 469350
    Offline posted

     Hi SreeRam,

    I don't see any way to do this. There's no event that fires only when the user selects a value from the list. The ValueChanged will fire any time the value changes, so I don't see how you could distinguish between the user typing into the control and selecting a date from the dropdown.

    You should  Submit a feature request to Infragistics that an event be added that fires only when a date is selected from the list. 

Reply Children