Hello,
I have a GridColumn which is a date in ISO format. I have added the format option,"0:MMM yyyy", to obtain an understanding of how the process functions. The format appears to be ignored as the ISO format is displayed. Is there a property where I should be specifying the datatype for each column?
I am including my rendering for reference:
<Grid data={this.props.dataItem.details}>
<Column field="status" title="Status" width="120px" />
<Column field="status_Notes" title="Status Notes" />
<Column field="status_Date" title="Status Date" format="0:MMM yyyy" />
</Grid>
Best regards,
Joe