ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: Ajay on June 17, 2015, 11:41:41 am
-
Hi,
I am using PQGrid evaluation version.
With free version of PQ Grid, I dont need to write any extra code for sorting and for getting data to display.
While using this evaluation version, I have to write extra line of code for getting data to display and do sorting.
searchLicenseUsageGrid.pqGrid("option", "dataModel", { data: licenseUsers,sorting:'local',sortIndx:'nmsLogin' }); --this line for doing sorting
searchLicenseUsageGrid.pqGrid("refreshView"); -->this line for getting data to display.
I am using PQ grid in multiple places in our application,now I have to change in every page in the application.
is there any alternative to do it in one place instead of adding lines in multiple places across the application.
In PQ Grid License version,is it different?Please explain.
-
Eval version functions same as Pro.
There is no need to redefine sorting and sortIndx everytime you assign data to grid.
Please see my reply about the correct way to assign data in your other post.