Hi
I am facing a problem when I try to update the grid after some change has been performed on the data row and processed by the server.
The server returns the exact same model as it provides during the read method, but when I try to set that object using the pushUpdate method, date columns are displayed incorrectly. These values are not parsed in the client and end up being displayed as "/Date(1435096336667)/".
I have verified that the schema correctly defines "type": "date" for the field.
Is there any additional logic that must be performed before calling pushUpdate on the grid dataSource or should it handle a date sent as "\/Date(1435096336667)\/"?
Thanks, Rafael