ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Akihiro Inoue on September 01, 2017, 09:24:08 am

Title: Header Fluctuation
Post by: Akihiro Inoue on September 01, 2017, 09:24:08 am
Hi
The header(multilevel) is fluctuating during scrolling/key navigation.

Settings done as below as per your suggestion in one of our previous thread
virtualX: true,
virtualY: true,
hwrap:false, 
wrap:false,

We understood like below
1.   When the virtualX is true, the header height is dynamically changes as mentioned in the screenshots “virtualX_true_1.jpg” and “virtualX_true_2.jpg”.
2.   When the virtualX is false the header height is constant and not changing dynamically as mentioned in the screenshot “virtualX_false_1.jpg”.

Expectation
The Header height should be constant even on virtualX is true.

Please need your support on this issue. Thank you
Title: Re: Header Fluctuation
Post by: paramvir on September 01, 2017, 09:53:12 am
It's answered here: https://paramquery.com/forum/index.php?topic=2153.msg8517#msg8517

Code: [Select]
.pq-grid-header-table {
    height: 80px;
}
Title: Re: Header Fluctuation
Post by: jeeva on September 05, 2017, 11:13:24 am
Thank you for your support. Its working fine other than IE (IE 11.0) browser. I am looking for IE Fix. Any help please.

Title: Re: Header Fluctuation
Post by: paramvir on September 05, 2017, 02:59:54 pm
That fix is for all browsers. http://jsfiddle.net/u1cjdbpt/