Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Limit the height of the webgrid in Print Preview
posted

My webpage had a webgrid on it and the webgrid has more rows than fix in the frame.  So if I go into the "Print Preview" in internet explorer its about 15 pages.  What I woudl liek to do is only show the visibel page and not the whoel grid, or all 15 pages.

I tried placing the webgrid in a div and setting overflow=hidden, but that only worked on the first page.  If did not chaneg page 2 - 15.  I also tried the follwoing, but that did not work also.

Does anyone knwo hwo to fix this?

 

@media print

{

    #WebGrid_mr{

      height: 600px;

}

}