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
462
DateTime bound to UltraCombo
posted

Using an UltraCombo that is databound to a datetime, how do I get the control to display both the date and time instead of just the date (as it does by default)?  (not the UltraDateTimeEditor)

Parents
No Data
Reply
  • 469350
    Offline posted

    I'm not sure why UltraCombo would strip out the time portion. The DateTimeEditor does this by deafult, but the UltraCombo cannot be doing anything specifically with DateTime values - all it could do is call ToString on the value you are binding to. Does the ToString of a DateTime include the time? 

Children