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
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
Thanks.
I am ok setting it with Format = dd/MM/yyyy HH:mm:ss .
Thanks again you are the greatest.