Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When creating a pdfgrid where the cells have different row spans, at the end of the page, if the expanded rows doesn't fit with the remaining space, the code shifts some rows to next page while creating others on first page.
Then on the next page, it will skip drawing the first column cell since it was drew on the first page but will draw the remaining columns leaving an unaligned grid ending on the first page and an unaligned row start on the second page.
Added a snip to better demonstrate