Hi Crabtree,
Thanks for contacting Syncfusion support.
From the image we suspect that you are assigning the dataSource to the grid externally at the client side. If so please parse the data using our parseJson method as follow to convert the server string to date objects.
<script>
var grid = document.getElementById('Grid').ej2_instances[0]
grid.dataSource = ej.data.DataUtil.parse.parseJson(data)
</script>
|
If you are still facing this problem then please share us the grid rendering code and screenshot of the network tab to check request and response data.
Regards,
Madhu Sudhanan P