Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - notBrad

Pages: [1]
1
Marcos,

What lines did you change?  I too am getting the same error using the NewtonSoft json serializer.  It wored fine with the builtin .NET one but unfortunately that has an issue where it serializes the timezone offset of the server which causes time values to change for users in different zones.

The error I get is generated at line 3244 with this code

this.data = DMdata.slice(begIndx, endIndx)

if I change it to
this.data = DMdata.Table.slice(begIndx, endIndx)

it works fine but unfortunately other refreshes break.

Thanks,
Brad

Pages: [1]