Upgraded to 3.0 issue with grid parse

Hi,

We are using a ASP.NET (asmx) webservice to return a json string. Inside the callback handler we are clearing the grid rows using clearAll(false) and then trying to load the data using the parse method.

grid.parse(json, “json”);

During this call we get an error: rows.length = undefined.

This wasn’t happening in DHTMLX 2.6

Please advise what we should do to get this to work.

Thanks,
Matt

This issue may occur of JSON format is incorrect. Please find working example here dhtmlx.com/docs/products/dht … _json.html

See this posting:

http://forum.dhtmlx.com/viewtopic.php?f=2&t=20291&p=69698#p69698