:: Forum >>

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
Wednesday, April 22, 2009
obj.setControlDisabled(true);
Thursday, April 23, 2009
Nope. Still doesn't work. Everything else is disable on that control except for the ability to scroll grid using a wheel mouse.
Chris
Thursday, April 23, 2009
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
Thursday, April 23, 2009
Please check also
http://www.activewidgets.com/javascript.forum.22305.2/enabling-whole-page-scrolling.html
HTH
Carlos
Thursday, April 23, 2009

This topic is archived.


Back to support forum

Forum search