In a huge pdf, some part of table is placed previous page and the rest is placed next page. I need to keep a table together in one page.
I only find a way might work (but didn't work) TableRow CanSplit property. To achieve this, I created wrapper table 1 row, 1 cell and set row CanSplit property to false. Then, added actual table to wrapper table cell. But this doesn't work.
Is there any way to keep them together?
Edit 1 : Using RadFlowDocument to create document and PdfFormatProvider to export.