We are using Telerik Web UI
component version 2015.1.310.40
We have below issue while posting the message in RadEditor, we are validating and restricting the characters up to 2000 character.
Issue 1: We are losing the format while pasting the text from WordPad where it is working from MS-Word
Issue 2: There were some issues while validating the count (number of character) when keying and pasting, is there any defined method to use?
<telerik:RadEditor EditModes="Design" ID="txtMessage" OnClientLoad="OnClientLoad"
CssClass="radEMailDiv" runat="server" BackColor="White" EnableResize="false"
StripFormattingOnPaste="MSWord" OnClientCommandExecuted="getCount">
Please suggest the solution to be used.
We have below issue while posting the message in RadEditor, we are validating and restricting the characters up to 2000 character.
Issue 1: We are losing the format while pasting the text from WordPad where it is working from MS-Word
Issue 2: There were some issues while validating the count (number of character) when keying and pasting, is there any defined method to use?
<telerik:RadEditor EditModes="Design" ID="txtMessage" OnClientLoad="OnClientLoad"
CssClass="radEMailDiv" runat="server" BackColor="White" EnableResize="false"
StripFormattingOnPaste="MSWord" OnClientCommandExecuted="getCount">
Please suggest the solution to be used.