Right now if copy multiple table rows and paste them into an existing table they create a new table in that table. We would like the ability to copy rows from a table and paste them into the same table or a new table with the same number of columns and have the new rows pasted without the creation of a nested table.
Hi Mike,
RadEditor follows the copy and paste behavior of MS Word and the pasted table cells/rows and columns are inserted inside of the selected table element in the content area.
If you'd like to change this behavior you can try to implement your solution based on the provided OnClientPasteHtml client event along with the API Selection functionality of RadEditor.
Regards,
Rumen
Progress Telerik