Required library edition:
Required library file: dhtmlxgrid_nxml.js
load grid from CSV string. This method works in the synchronous mode.
var str="11,12,13\n21,22,23\n31,32,33"; mygrid.loadCSVString(str);
See also: loadCSVFile, enableCSVAutoID, enableCSVHeader