Issues while loading data from JSON for "style" attribute

As quoted in the documentation: the style attribute is not read from my JSON:

{total_count:50000,
pos:0,
rows:[
{ id:1002,
selected:true, // select row
style:“color:red;”, // assign style
userdata:{“name1”:“ud1”,“name2”:“ud2”},//setting row userdata
data:[
“1000”,
“Blood and Smoke”,
{“value”:“Stephen King”,“type”:“ed”},//change cell type
]
}
]}

Please help me at the earliest. Thanks in advance.

Having the same problem. Data is displayed fine but the row style simply isn’t being applied. Tried disabling the other CSS styles being applied to render a plain grid but still no joy. Can we get a work around or clarification of the state of this feature? Thanks in advance!

Be sure to include
ext/dhtmlxgrid_json.js