3.2.0

Enable default scrolling (parent page)

I've setup a grid that does not need to scroll, period. The # of records are fixed /w pagination so the grid is always the same height and all of the rows are visible.

When the mouse is over the grid and you attempt to scroll, nothing happens (best guess is there's a prevent default function on the scrolling or something similar)

Is it possible to make it so when scrolling over the grid it scrolls the main page like it would if there were no grid at all?

Thanks!
John O.
June 2,
I guess you need to disable mousewheel event -

obj.getScroll().setEvent(!AW.gecko ? "onmousewheel" : "onDOMMouseScroll", "");
Alex (ActiveWidgets)
June 3,

This topic is archived.

See also:


Back to support forum