I am seeing an issue with tables that seems to be related to HTML that is loaded into the editor from another source, and I hope you can clarify if this is how it should work, or if I need to process the HTML in some way.
The steps to recreate this issue are as follows:
1. Create some html outside of Kendo with a table that has styling (borders, backgrounds, etc., we are using the RadRichTextBox WPF editor).
2. Load this html into the Kendo editor.
3. In the Kendo editor, add a new table below the original table by selecting the grid control and dragging to get the rows/columns desired.
At the point the new table is added, the original table loses all styling (see attached images).
After investigating this issue, I found that there is a class associated to a table when the table is created within the Kendo editor. The class is "k-table". When this class is not present from html outside of the editor, the issue seems to be happening. Also, I noticed that if I create the second table using the Table Wizard button at the bottom of the grid control, the styling is not removed from the first table. Only when using the grid drag does it happen.
Is this something that you can fix, or are we required to insert the k-table class to get around this issue?
Thanks for your help, and let me know if you need more information.
