silverlight - CurrentCulture in Silverlight4 and DataGrids -


There is a problem with the DataGrid component: It shows the N-US date-format (mm / day / year), but culture information.

Stranger is the fact that the dot time is shown in PT-BR when it is edited : I can only do one IValueConverter to show it as a string (tested and worked using current culture), but then I lost the date version ...

Any thoughts? Thanks in advance;)

Look for possible solutions.


Comments