static datas show in dhtmlxgrid

when i wirte a js array or a json
such as :
var array = [[“1”,“1”],[“2”,“2”]];//these datas don’t need fetch from server!only static datas.
grid.load(array,“jsarray”);

why dhtmlx cannot show?

Pleas,e try to use the parse() method instead of load().