How to print?
Is there any way to print the grid?
Francesco_G
October 26,
@media print
{
.active-scroll-bars,
.active-scroll-left,
.active-scroll-corner {
display: none;
}
.active-scroll-top {
position: absolute;
overflow: visible;
width: auto!important;
height: auto!important;
}
.active-controls-grid {
overflow: visible;
height: auto;
width: auto;
}
.active-scroll-data {
position: absolute;
overflow: visible;
width: auto!important;
height: auto!important;
}
}
<link rel="stylesheet" media="print" href="siteprint.css" type="text/css">[
<style>
.aw-grid-control {height: 100%; width: 100%; font: menu;}
.aw-column-0 {border-right: 1px solid #ccc; width: 180px;}
.aw-column-1 {border-right: 1px solid #ccc; width: 150px;}
.aw-column-2 {border-right: 1px solid #ccc; width: 450px;}
.aw-grid-row {height:20px}
.aw-alternate-even {background: #FFFFFF; border-bottom: 1px solid #ccc}
.aw-alternate-odd {background: #ECF7FB; border-bottom: 1px solid #ccc}
</style>
<style [b]media="screen"[/b]>
.aw-grid-control {height: 100%; width: 100%; font: menu;}
.aw-column-0 {border-right: 1px solid #ccc; width: 180px;}
.aw-column-1 {border-right: 1px solid #ccc; width: 150px;}
.aw-column-2 {border-right: 1px solid #ccc; width: 450px;}
.aw-grid-row {height:20px}
.aw-alternate-even {background: #FFFFFF; border-bottom: 1px solid #ccc}
.aw-alternate-odd {background: #ECF7FB; border-bottom: 1px solid #ccc}
</style>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021