Author Topic: Vertical scroling outside the grid  (Read 5459 times)

luis.batista

  • Newbie
  • *
  • Posts: 3
    • View Profile
Vertical scroling outside the grid
« on: August 01, 2013, 04:05:29 am »
First of all , sorry for the basic english ok ?

So ... I'm using PQGrid on my project and I'm using flexHeight: true on that.
With this parameter my vertical scroll bar is missing and thats ok ... the problem is when I use the mouse scroll over my grid... the window don't scroll, instead that, the refresh event of the grid is called and the window stay still ... There is a parameter or something that I could do about that ?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Vertical scroling outside the grid
« Reply #1 on: August 02, 2013, 10:23:54 pm »
Well that's a good point which I didn't notice. Looks like an issue.

I would disable the mouse wheel scrolling when flexHeight = true in forthcoming version.

https://github.com/paramquery/grid/issues/66
« Last Edit: August 02, 2013, 10:27:52 pm by paramquery »