Hi everyone!
I have a problem, in versions prior to 3.13.4, when I wanted to print the page by clicking the right button and the page was 2 sheets, they were printed correctly, now it only prints one sheet, I detected that this was from version 3.13.4 From now on, if I remove RadzenLayout it works fine if I put it on it only prints one sheet even though it would be 2 or more sheets.
<RadzenLayout>
<ChildContent>
</ChildContent>
</RadzenLayout>
Ex:
(
<RadzenBody @ref="body0">
<ChildContent>
<RadzenContentContainer Name="main">
@Body
</RadzenContentContainer>
</ChildContent>
</RadzenBody>
<RadzenFooter>
<ChildContent>
</ChildContent>
</RadzenFooter>
</ChildContent>
</RadzenLayout>
)