Author Topic: ParamQuery Pro Version(Trial) Copy/Paste not work  (Read 2933 times)

ryan_jiang

  • Newbie
  • *
  • Posts: 2
    • View Profile
ParamQuery Pro Version(Trial) Copy/Paste not work
« on: November 27, 2017, 08:02:12 am »
Hi,
I use paramQuery(free version not pro) copy /paste is work
but use the pro version(for Trial) ,
copy /paste some cell from ms excel is not work,
I try many times...the other function is ok, but just copy/paste not work
I want to ask some question,

1.Pro Version SDK for trial is different formal?

2.https://paramquery.com/pro/demos/copy_paste
this copy/paste demo need use .js file except  on Tutorial >include Files Web Page information ,has any other file need include??

thanks for your reply :)



<!--jQuery dependencies-->
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>   
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
 
<!--ParamQuery Grid css files-->
    <link rel="stylesheet" href="path to pqgrid.(min/dev).css" />   
 
<!--add pqgrid.ui.css for jQueryUI theme support-->
    <link rel="stylesheet" href="path to pqgrid.ui.(min/dev).css" />
 
<!--ParamQuery Grid custom theme e.g., office, bootstrap, rosy, chocolate, etc (optional)-->
    <link rel="stylesheet" href="path to custom theme pqgrid.css" />
 
<!--ParamQuery Grid js files-->
    <script type="text/javascript" src="path to pqgrid.(min/dev).js" ></script>   
 
<!--Include Touch Punch file to provide support for touch devices (optional)-->
    <script type="text/javascript" src="path to touch-punch.min.js" ></script>   
 
<!--Include jsZip file to support xlsx and zip export (optional)-->
    <script type="text/javascript" src="path to jsZip.js" ></script>
 

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: ParamQuery Pro Version(Trial) Copy/Paste not work
« Reply #1 on: November 27, 2017, 08:10:15 am »
Copy paste of pqgrid is built in the grid, it doesn't require any other library.

Could you please post the Excel file with which you face the copy/paste issue.

ryan_jiang

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: ParamQuery Pro Version(Trial) Copy/Paste not work
« Reply #2 on: December 01, 2017, 07:42:53 am »
HI,
I find the problem occur at our website use jquery-ui.min.js version is 1.10.3,
older than demo use 1.11.4 , change it  the copy/paste method is work,  thank you!!