Hi,
I am using win UltraGrid to display DateTime Column on a page. In Dataset Column I have both Date & Time. But when i am displaying DateTime column on the page the grid shows only Date. It doesn't shows Time.
Can anybody please tell me what should I do to display Date & Time both in single column.
Thanks Mike & Maciej Pietruszka
Set the MaskInput (or InputMask, I always forget which one) on the column to something like:
"{Date} {Time}"