Author Topic: Need clarification in using PQGrid pro license  (Read 3224 times)

Ajay

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 31
    • View Profile
Need clarification in using PQGrid pro license
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6126
    • View Profile
Re: Need clarification in using PQGrid pro license
« Reply #1 on: June 19, 2015, 04:02:50 pm »
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.