ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: inafking on January 28, 2016, 07:38:30 pm

Title: Horizontal scroll makes the screen "jump"
Post by: inafking 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!
Title: Re: Horizontal scroll makes the screen "jump"
Post by: paramvir on February 01, 2016, 11:43:07 am
Please share a jsfiddle so that I can look into it.