Author Topic: Horizontal scroll makes the screen "jump"  (Read 1973 times)

inafking

  • Newbie
  • *
  • Posts: 10
    • View Profile
Horizontal scroll makes the screen "jump"
« on: January 28, 2016, 07:38:30 pm »
Hi again. Now I've a different problem. I was using a grid that has many columns and horizontal scrolling, but for some reason, when scrolling the contents the window jumps to a different position (somewhere above the grid), like it focuses something else.

The row height is the same for every row and the data fits ok in the cell space (it supports 2 lines).

I've used a combination of these properties:
Code: [Select]
width: contentWidth,
height: 500,
wrap: false,
hwrap: false,
resizable: true,
rowBorders: false,
numberCell: { show: false },
track: true, //to turn on the track changes.
flexHeight: true,

and I used this css property to set the row height
Code: [Select]
tr.pq-grid-row > td {color: #333 !important; min-height: 32px !important;}

If you can help me with this problem I'd really appreciate it.
Thanks in advance.

Greets!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Horizontal scroll makes the screen "jump"
« Reply #1 on: February 01, 2016, 11:43:07 am »
Please share a jsfiddle so that I can look into it.