printing grid - @print media
has anyone found a style that works correctly when printing? I have tried all mentioned on this site, but none work correctly.
This one will only show a small grid with a few rows. Others I have tried will only show the last few rows after printing a couple of blank sheets.
Any help much appreciated!
@media print
{
.aw-grid-control,
.aw-grid-box,
.aw-scroll-bars,
.aw-bars-content,
.aw-hpanel-template,
.aw-hpanel-box,
.aw-hpanel-top,
.aw-hpanel-middle,
.aw-hpanel-bottom,
.aw-grid-view,
.aw-view-top {
display: block!important;
position: static!important;
width: auto!important;
height: auto!important;
padding: 0px!important;
}
.aw-grid-headers,
.aw-grid-footers,
.aw-grid-row {
width: auto!important;
}
.aw-bars-box,
.aw-column-space,
.aw-selector-space {
display: none!important;
}
}
This one will only show a small grid with a few rows. Others I have tried will only show the last few rows after printing a couple of blank sheets.
Any help much appreciated!
trev
October 22,