SmartClient version: SmartClient_v90p_2013-08-16
Browser: Chrome 29.0.1547.62
I have a SmartClient app that is calling a server side URL using REST. When I run it locally, it works fine with my 20-30 records I have locally. When I try to hit the dev server that has 8,000 records, I see this:
And then a list of of JSON in the response. At first I thought it might be ';' in one of the fields, but when I test that locally it works fine.
I have a ListGrid defined that points to a DataSource which points to my REST end point. I think my set up is fairly plain as I am new to SmartClient.
It seems that this is probably more of a data issue, but I need help understanding how SmartClient handles data to know where to look for the errant semi-colon.
If anyone has any pointers, I'd be grateful. Thanks in advance.
Browser: Chrome 29.0.1547.62
I have a SmartClient app that is calling a server side URL using REST. When I run it locally, it works fine with my 20-30 records I have locally. When I try to hit the dev server that has 8,000 records, I see this:
Code:
"Error evaluating JSON: SyntaxError: Unexpected token ;, JSON text:"I have a ListGrid defined that points to a DataSource which points to my REST end point. I think my set up is fairly plain as I am new to SmartClient.
It seems that this is probably more of a data issue, but I need help understanding how SmartClient handles data to know where to look for the errant semi-colon.
If anyone has any pointers, I'd be grateful. Thanks in advance.