Hello,
Even if I enable "Print background colors and images" property under ie8, the background color of appointments doesn't appear on the print page.
I use this simple css for RadScheduler :
With firefox3.5.7, opera10.10 and ie7, the background color is visible.
Could you tell me what is missing ?
Even if I enable "Print background colors and images" property under ie8, the background color of appointments doesn't appear on the print page.
I use this simple css for RadScheduler :
| .RadScheduler .rsAptContent, |
| .RadScheduler .rsAptMid .rsAptIn, |
| .RadScheduler .rsAptMid, |
| .RadScheduler .rsAptOut |
| { |
| background:red !important; |
| } |
With firefox3.5.7, opera10.10 and ie7, the background color is visible.
Could you tell me what is missing ?
