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!
Hi, when using the attached example program I am receiving some unexpected tagging structure. The basic structure is something like the following. Table that has 2 rows, and 2 cells per row. In the second row, second column, there is a nested table.

With the example code, I am getting a structure like the following:

Expected One table tag at the root with 2 table rows, each with 2 table data cells, with the rows[1]cell[1] cell having a table with one row:

Thanks,
Zach