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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.

Empty


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

Empty

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:

Empty


Can you help me understand where I might be going wrong with my example text to determine why the tagging isn't coming out quite as expected. 


Thanks,

Zach