userdata with json data -- grid

The ability to specify userdata with json data appears to not be working. I found this post (dhtmlx.com/docs/products/kb/inde … ata%20json) which seemed promising but it seems that the javascript code is not parsing the userdata. When I look through the source code, I see that function _process_xml_row:function(r, xml) appears to be parsing userdata but function _process_json_row:function(r, data) does not.



What am I missing?

Problem confirmed and fixed, please use attached patch, with it next syntax will work

rows:[
    { id:1001,
      userdata:{
         data1:“value1”,
         data2:“value2”
      },       
      data:[
          “100”,

dhtmlxgrid_json.zip (1.01 KB)