Hi,
I have GridViewDataColumn as date in the gridview. I have given format as dd-MMM-yyyy. While displaying in normal mode it is OK, But while editing MM/dd/yyyy format is shown but should be shown in dd-MMM-yyyy as I have given.
My code is
<telerik:GridViewDataColumn DataMemberBinding="{Binding Established}"
Header="Est."
DataFormatString="{}{0:dd-MMM-yyyy}" UniqueName="Unique1"
/>
Is there any way of achiving the same? Please help
I have GridViewDataColumn as date in the gridview. I have given format as dd-MMM-yyyy. While displaying in normal mode it is OK, But while editing MM/dd/yyyy format is shown but should be shown in dd-MMM-yyyy as I have given.
My code is
<telerik:GridViewDataColumn DataMemberBinding="{Binding Established}"
Header="Est."
DataFormatString="{}{0:dd-MMM-yyyy}" UniqueName="Unique1"
/>
Is there any way of achiving the same? Please help