This question is locked. New answers and comments are not allowed.
I'm trying to format the date column as follow:
The application raises error when hits the grid view.
Please advicse.
<Grid:DataGridNumericalColumn CanUserEdit="False" Header="ReportedDate" PropertyName="DateReported" CellContentFormat="{}{yyyy}" />The application raises error when hits the grid view.
Please advicse.