Enabling "whole page" scrolling...
Anyone,
I have disabled scrolling in my grid (on purpose). Yet, when the mouse is over the grid, the scroll wheel does not scroll the entire page in which the grid is embedded. Its like scroll events for the window are captured and then tossed out.
I am using Alex's code to disable grid scrolling:
obj.setScrollBars("none");
obj.onScrollBarsChanging = function(){return 1}; // cancel change
Could it be that onScrollBarsChanging to be set to something else?
Thanks for any info...
I have disabled scrolling in my grid (on purpose). Yet, when the mouse is over the grid, the scroll wheel does not scroll the entire page in which the grid is embedded. Its like scroll events for the window are captured and then tossed out.
I am using Alex's code to disable grid scrolling:
obj.setScrollBars("none");
obj.onScrollBarsChanging = function(){return 1}; // cancel change
Could it be that onScrollBarsChanging to be set to something else?
Thanks for any info...
Ken Whittington
March 21,