In MS Word,create a new docx file, insert a table, select the whole table, insert a bookmark.
Open the docx file with RadRichTextBox, the bookmark is missing.
This is because the bookmarkStart is in the first tc, while the bookmarkEnd is after the last tr, TableImporter failed to import the bookmarkEnd.
Here is my fix.
Hi Li,
I was able to replicate the described issue in both scenarios. In appreciation for providing detailed information and for taking the time to come up with a potential solution, I have updated your Telerik points.
You can check the progress on the task inside this thread.
Regards,
Vladislav
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
In the attached file, there are some bookmarkStart elements, and their parent element is of tr. These bookmarks are also missing on import. So the method TableImporter.ImportTableRow also need a fix.