I am trying to access text entered into a RadEditor but when I try to retrieve the value in a button click event there isn't any value there. It works fine in Chrome but not IE 11.
Here is the UI tag:
<td colspan="6">
<telerik:RadEditor ID="reCommentsJDEItem" runat="server" ToolbarMode="ShowOnFocus" ToolsFile="~/BasicTools.xml" CssClass="td" Enabled="false"EditModes="Design" AutoResizeHeight="true" Height="80px"></telerik:RadEditor></td>
From the click event:
oPackSlipDetail.Comments = reCommentsJDEItem.Content;
No value appears even though something has been typed. Version I am using: 2016.1.113.35 Runtime: v2.0.50727
Thanks