Author Topic: Header Fluctuation  (Read 2237 times)

Akihiro Inoue

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 32
    • View Profile
Header Fluctuation
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Header Fluctuation
« Reply #1 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;
}

jeeva

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: Header Fluctuation
« Reply #2 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.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Header Fluctuation
« Reply #3 on: September 05, 2017, 02:59:54 pm »
That fix is for all browsers. http://jsfiddle.net/u1cjdbpt/