I'm having issues in implementing date format on datagrid column. The problem is when the date is null it renders NaN/NaN/NaN.
Is there way to customize this or at least hide the NaN when the date is null? TIA
here's my code
`<Column field="testDate" title="test date" filter="date" format="{0:dd/MM/yyyy}" />`