ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on August 31, 2018, 01:18:14 am
-
Can grouping be used on complete data set with remote data?
-
Row grouping can be and is done only on the data available in the grid locally.
-
Ok, what would be the best approach when dealing with JSON > 10 MB...seems it won't load through XHR all at once...
-
How many records are there?
You can try compression of JSON response at the server side to reduce payload.
-
Around 30 000 currently, I'll look into compression.