I used the GridDateTimeColumn and want to try to only display the time element of the (DateTime) DateField. I thought that I could use DataFormatString="{t}" but that gives me a formatting exception. anyone ?
That was a bit stupid of me .... DataFormatString="{0:t}" :-(