
2011.1.419.40
4 Answers, 1 is accepted
Different browsers put different content in the Clipboard, so it is possible that the behavior differs. However, we were not able to reproduce the issue you are describing.
Data binding could not be a factor here, as it only exports the document when you make changes to it and updates the property you have bound it to and vice versa - when the property changes, it updates the document. Are you using the data providers as-is, or have you created some other logic for binding the content of the document?
Any further details of the problem would be greatly appreciated.
Iva
the Telerik team


The problem is that the HTML that Internet Explorer puts in the clipboard is mostly script, which cannot be used to create a RadDocument. You can try adding a reference to Telerik.Windows.Documents.FormatProviders.Rtf. In this way, the content of the clipboard which is in RTF format will be used when pasting. The only limitation we are aware of is that the images would not be pasted, as they are added in the RTF as IncludePicture field, which is not supported.
We will adjust the pasting for the next official release, so that if the HTML and RTF that are in the clipboard create an empty document, the paste will fallback to plain text.
Iva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>