printing setting the grid height to total height
Ok, I figured if i made the grid none scrollable, and scrolling with the rest of the page it would print correctly, but it hasn't, this is what i added
figured out the total height of the grid
and then set the heighf ot it, with this
so now the grid scrolls along with the rest of the page, but still doesnt' print normally.
Anyone have any ideas, i tried everything on the forums but none worked for me.
figured out the total height of the grid
$grid_height = 20 + ($row_count*18);
and then set the heighf ot it, with this
obj.setStyle("height", $grid_height px");
so now the grid scrolls along with the rest of the page, but still doesnt' print normally.
Anyone have any ideas, i tried everything on the forums but none worked for me.
Ronald
May 12,