Hello
Zohaib,
The described behavior stems from IE. When plain text is pasted over, and there are lines separated by two carriage returns, instead of BR tags, paragraphs appear.
This can be bypassed and altered by using the OnClientPasteHtml event (
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/client-side-programming/events/onclientpastehtml), and make sure that always plain text is pasted. Plus, to make sure that paragraphs are transformed to BR tags, so to keep the carriage returns in the HTML content. You can also try to configure the
StripFormattingOptions (
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/managing-content/pasting-content/overview#using-the-stripformattingoptions-property) and see whether you can achieve a satisfying output.
Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items