/* Product Name: dhtmlxSuite Version: 4.0.3 Edition: Professional License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com Copyright UAB Dinamenta http://www.dhtmlx.com */ dhtmlXGridObject.prototype._process_json_row=function(r, data){ r._attrs=data; for (var j = 0; j < r.childNodes.length; j++)r.childNodes[j]._attrs={ }; if (data.userdata) for (var a in data.userdata) this.setUserData(r.idd,a,data.userdata[a]); data = this._c_order?this._swapColumns(data.data):data.data; for (var i=0; i