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.
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,