Problems on nested Table

I encountered this problem with nested table:

In the following attached xml, I have the main table as DGrid and 2 tested tables DGrid1, DGrid2. I tried to add rows into DGrid1 and DGrid2.

If my table in DGrid1 or DGrid2 containing rows that span across up to 2 pages, I don’t have any error.

But if my table in DGrid1 or DGrid2 containing rows that span to more than 2 pages, I get the following errors:
System.ArgumentException: Invalid orgin paragraph in Insert method

Note that I’ve already specified IsBroken and IsRowBroken to true for both DGrid1 and DGrid2.

my xml is as follows:

<?xml version="1.0" encoding="utf-8" ?>






Page $p of $P























Dear tanlhwa,

Thanks for your consideration.

Please download hot fix here.

Thanks. It works now.