ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
It's answered here: https://paramquery.com/forum/index.php?topic=2153.msg8517#msg8517
.pq-grid-header-table {
height: 80px;
}
-
Thank you for your support. Its working fine other than IE (IE 11.0) browser. I am looking for IE Fix. Any help please.
-
That fix is for all browsers. http://jsfiddle.net/u1cjdbpt/