3.2.0

No horizontal scroll bar

I've been successfully using the grid widget for a while, but I'm running into a case (Mozilla) where I get no horizontal scroll bar despite the fact that I have more columns than are displayed. If I resize a column even slightly, the scroll bar appears.

Is there a way to force the scroll bar to appear or to make a call to tell the grid to do an "resize" itself so that it recalculates the need for a scroll bar?

Thanks!
January 27,
This is a bug I am aware of but it is not solved yet. To force a grid size recalc you can call:

obj.getTemplate("layout").action("adjustSize");

You may need to call this after some delay, because this method currently takes column sizes from the HTML, i.e. it expects that the grid is already rendered.
Alex (ActiveWidgets)
January 28,

Thanks - That seemed to work!

January 29,
where do i add that line of code?
William
November 23,
before
document.write(obj);
dan
December 2,

This topic is archived.

See also:


Back to support forum