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:
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
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!