Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse wheel scroll during flexHeight #66

Open
paramquery opened this issue Aug 2, 2013 · 4 comments
Open

Mouse wheel scroll during flexHeight #66

paramquery opened this issue Aug 2, 2013 · 4 comments
Assignees

Comments

@paramquery
Copy link
Owner

Disable mouse wheel scroll when flexHeight = true

@ghost ghost assigned paramquery Aug 2, 2013
@yohanespc
Copy link

Hello,

I got annoyed by this bug.
I cannot disable the vertical scrool (left to right) even the width is already enough for whole column.
Do you have estimation when this will be fixed?

@paramquery
Copy link
Owner Author

yohanespc

You can disable the horizontal scrollbar (left to right) by using scrollModel
http://paramquery.com/api/#option-scrollModel

You can also use the flexWidth option to get rid of horizontal scrolling.
http://paramquery.com/api/#option-flexWidth

@yohanespc
Copy link

Sorry, i just found the solution also in the demo page.

It is by far, the most configureable grid api.
Great support also.
Thanks!

@ChigurupatiAjay
Copy link

in my case,
the mouse wheel is not scrolling down through the records.
My grid is as shown below
eventgrid.pqGrid({
width: NMCApp.getSearchGridWidth(),
height: NMCApp.getSearchGridHeight(),
editable: false,
topVisible: false,
bottomVisible: false,
numberCell: false,
roundCorners: false,
wrap: false,
colModel: columnModel,
dataModel: { data: [] },
scrollModel: { horizontal: false }
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants