ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: stevejacobsen on May 14, 2016, 08:41:36 am
-
I had the free version loaded on my server and it was very fast.
I just downloaded the evaluation copy and just changed the lines for the source code like this:
<!--ParamQuery Grid files-->
<link rel="stylesheet" href="js/paramquery-pro/pqgrid.min.css" />
<script type="text/javascript" src="js/paramquery-pro/pqgrid.min.js" ></script>
But now it is much slower than it was on the free version. I am using a grid that I load from Mysql using ajax but then I am sorting and filtering in the local mode and it is slow in those operations.
steve
-
The default rendering mode is non virtual mode which gets slow depending upon number of row/columns.
Faster or virtual mode can be set by turning the options virtualX and virtualY to true.
It might be useful to go through the upgrade guides from version 2.0.4 to latest version to migrate your code from free version to Pro.
http://paramquery.com/pro/upgrade/Index