3.2.0

setAttribute disable bug

I have a grid which I disable using
myGrid.setAttribute("disable",true);

The grid greys out and, indeed, I cannot click on anything in the grid. However, I can scroll my mouse with its middle button (scroll control) and the grid scrolls.

Not a huge thing for the most part but it's a definite bug.
Chris
April 22,
obj.setControlDisabled(true);
April 23,
Nope. Still doesn't work. Everything else is disable on that control except for the ability to scroll grid using a wheel mouse.
Chris
April 23,
You can use onScrollTopChanged / onScrollLeftChanged events to lock it.. check:
http://www.activewidgets.com/javascript.forum.9848.4/bugreport-stack-overflow-on-a.html
Carlos
April 23,
Please check also
http://www.activewidgets.com/javascript.forum.22305.2/enabling-whole-page-scrolling.html
HTH
Carlos
April 23,

This topic is archived.

See also:


Back to support forum