[eluser]bao.vu[/eluser]
[quote author="paulopmx" date="1217307712"][quote author="bao.vu" date="1217306067"][quote author="TheJayL" date="1217288265"]When you say one page, you mean one physical page of paper, or do you mean one page like the pager?
If its one page, as in the pager, then the query is still using LIMITED, or it is not using the new data, but the data the list was created with.[/quote]
One page of the physical paper. All data on my table displays in one page of the grid (I don't have to click next page). But when I print, only the portion that is on the first page printed. I hope I explained that well.[/quote]
Add this to your html
Code:
<style media="print">
.bDiv
{
height: auto !important;
}
</style>
Let me know if it helps.[/quote]
Sorry for the late reply but that did not work either. I have about 500 record to show on the table. The table displays find, but printout was cut off at the section that would fit a physical page.