On your document about JSON format:
dhtmlx.com/docs/products/doc … &type=smpl
Details about used JSON format
Top level object contains a collection of rows, each row has a mandatory data array containing data for all cells.
Each row representing an object may contain additional parameters; they will affect the grid in the same manner as attributes of row tag in case of loading from XML.
{ id:1002,
selected:true, // selected row
style:“color:red;” // assigned style
data:[
“1000”,
“Blood and Smoke”,
“Stephen King”,
it seems like the property style is not working
Please use the next js file (dhtmlxgrid_json.js) in addition to existing code
dhtmlx.com/docs/products/kb/inde … on%20patch
This patch will add support of all attributes as well as support for JSON based dynamical loading.