Hi,
I have a grid view with a column bound to a field of type DateTime... The column displays both date and time values... I want only date part to be displayed in the column... Can you please let me know how to achieve that...?
3 Answers, 1 is accepted
0
Maya
Telerik team
answered on 24 Mar 2011, 08:18 AM
Hello Ramyashree,
You may define the the DataFormatString property of the column:
Hi, DataFormatString="{}{0:dd-mm-yyyy}" is not working.... By default it displays date and time together and while editing it displays only date with a date picker for selecting date.. Once it goes out of editing mode , it displays date along with default time 00:00:00...