This question is locked. New answers and comments are not allowed.
Hi,
I have a date type column
<Controls:GridViewDataColumn Header="Added Date" DataFormatString="{}{0:d}" />
When I change the value and move to other cell in SAME row
the value is displayed like "11/16/2009"
but when i moved to some OTHER row
the value changes to "11/16/2009 12:00:00 AM"
I want to display just date, 11/16/2009.
How can I get rid of TimePart of date?
Rgds
Alfa