This question is locked. New answers and comments are not allowed.
Hi, I'm using the following code to show a date column:
| <telerik:GridViewDataColumn Header="Startdatum" TextAlignment="Right" DataMemberBinding="{Binding Startdatum}" SortingState="Descending" ></telerik:GridViewDataColumn> |
Without a DataFormatString="{}{0:d}" the date is formatted with an English culture, with the DataFormatString with the correct German culture.
Shouldn't always the current culture be used or at least the same? Is this a bug?
Thanks
Eric
