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.