ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Jongki, Baek on September 21, 2018, 10:46:49 am

Title: I have a problem with Scroll in ParamQuery Pro 5.4.0.
Post by: Jongki, Baek on September 21, 2018, 10:46:49 am
Hi.

I have a problem with Scroll in ParamQuery Pro 5.4.0.

Two tests were conducted for the occurrence of scrolling.

1) Lib add, delete
1-1)
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
Result] Scroll occurrence

or
<! -
<script type = "text / javascript" src = "../../ common / js / paramquery-5.4.0 / pqgrid.min.js"> </ script>
->
Result] Scroll does not occur.

2) paramquery version change test.
2-1) paramquery-3.4.1 => Result] Scroll does not occur.
2-2) paramquery-4.0.3 => Result] Scroll occurred
2-3) paramquery-5.4.0 => Result] Scroll occurs

As a result of testing 3 kinds of items, paramquery-3.4.1 does not generate Scroll, and Scroll has occurred in later version.

I want to check the reference file.
Title: Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
Post by: omerix on September 21, 2018, 11:20:58 am
Hello,

Add the following code and try your page.

Code: [Select]
.pq-resize-iframe {
margin:0px;
border:0px;
}
Title: Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
Post by: paramvir on September 21, 2018, 11:49:29 am
Thanks Omer, much appreciated.  :)
Title: Re: I have a problem with Scroll in ParamQuery Pro 5.4.0.
Post by: Jongki, Baek on September 21, 2018, 03:33:46 pm
thank you.
This issue has been resolved.