You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 }
});
Disable mouse wheel scroll when flexHeight = true
The text was updated successfully, but these errors were encountered: