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
1070
DateTime Column data entry
posted

I have been trying to type into a datetime cell a value like "11:00 PM" but when I move to the next cell in the grid the time I just entered is erased. Can anyone tell me why I can't type in just the time and have it automatically save to the database the value "current date + time entered"?

Parents
No Data
Reply
  • 14049
    Offline posted
    You should connect an external editor to enable the grid to accept that
    value. Try the DateTimeEditor.
    By default it tries to parse through the js parser which apparently fails.
Children
No Data