Hi,
I am exporting data to Excel, and DateTime fields are not coming out as required, having the time on the end. Excel just shows the date. Also Decimal values are getting rounded, which we don't want.
In the GridProperties, in the columns our DateTime field has Format="{0:dd/MM/yyyy HH:mm:ss}" ... but the dates come out dd/MM/yyyy (no time in the cell, just in the value).
And some of our values are getting rounded ... 7.229479800000001 gets rounded to 7.2294798 .... we want the full value.
Cheers ... Rob.