0

I have a project, where a single page is causing problems. As the title says, when printing this page from the browsers print function, only the information from the top and header show, all the content is empty.

The page has several tabs (using Telerik RadTabStrip and RadMultiPage), with various web user controls. One of these controls contain a map using Google Map Api, which when commented out solves the problem.

Anybody know exactly what in the Api thats causing this, and how to resolve it?

baddaydaddy
  • 604
  • 8
  • 25

1 Answers1

0

Sorry. I was a bit fast in posting my problem. It turned out to be a javascript block with visibility:hidden set for the entire body under @media print.

baddaydaddy
  • 604
  • 8
  • 25