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
2730
UltraGrid Format Datetime field
posted

At the moment when I launch the Ultragrid, my datetime column only show the date and not the time, how to format the column to show the date and the time

Parents
  • 53790
    Verified Answer
    posted

    Hello Keith,

    Maybe one possible approach is to set property Format = dd/MM/yyyy HH:mm:ss of your DateTime column, when the cell is Not in edit mode. Also you are able to set property MaskInput when the cell is in Edit mode. For example MaskInput = {LOC}mm/dd/yyyy.

    Please let me know if you have any questions.

    Regards

Reply Children
No Data