JSON and large data set

How to specify pos and total_count in rows while using JSON to load a grid?



Thanks.

Not supported by original code, but if you will use attached code, the parameters can be set as

{
    total_count:10000,
    pos:0,
    rows:[
    … rows data here …
    ]
}
   

dhtmlxgrid_json.zip (994 Bytes)