Page-Breaks when printing
Does anyone know a workaround for css style page-break-inside?
After many hours of frustration, I understand this is not supported in IE.
My situation is I have nested web controls and I want to prevent a page break inside the child controls when printing. I'm just concerned with IE at this point, using CSS print stylesheets.
I tried page-break-before but can only get this to put each parent grid on a separate page - I need a parent and one nested gridview on each page.
Thanks
Sorry if this is in the wrong forum...
|