how to use Parse()

hi,

I am trying to use the parse() for loading data in DHTMLx grid from a string as:

but the data inside grid is not loaded, kindly suggest the proper format of XML or any other thing which I am doing incorrect.

var csvstr= ‘-1500’;
Should be:
var csvstr= ‘-1500’;

docs.dhtmlx.com/doku.php?id=dhtm … ta_loading