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