How to use the extended json format with DHTMLXGrid Pro 3.0?

Hello,

I use DHTMLXGrid Pro 3.0. It’s great!

Scripts are integrated as follows:

I load the grid data as follows:
grid.load (url, grid_loaded, “json”);

Everything works fine, grid and data appear.

If I integrate the following script, grid headers appear, but the data doesn’t appear:

I want to use “dhtmlxgrid_json.js” to extend the grid json functionality: to use “… {value:“value1”, title:“title1”, style:“style1”}, …” instead of “… value1, …”

With DHTMLXGrid Pro 2.6 it worked using dhtmlxgrid_json.js and the extended json format. With DHTMLXGrid Pro 3.0 I had to remove the dhtmlxgrid_json.js link and had to reduce the json file format to “… value1, …” to get grid work.

Thank you for your help.

Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo