or
<telerik:RadComboBox ID="cboFromName" runat="server" Skin="Vista" AllowCustomText="True" MarkFirstMatch="True" Width="311px"> </telerik:RadComboBox> <asp:CustomValidator ID="CustomValidator1" runat="server" ClientValidationFunction="validateFromName"ControlToValidate="cboFromName" CssClass="body" ErrorMessage="From Name required"></asp:CustomValidator>function GetRadWindow() { var oWindow = null; if (window.radWindow) oWindow = window.radWindow; else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; return oWindow; } function Close() { GetRadWindow().close(); } function CloseAndRebind(args) { GetRadWindow().BrowserWindow.refreshGrid(args); GetRadWindow().close(); } function CloseWithArg() { var customArg = $get("TextBox1").value; GetRadWindow().close(customArg); } function openTramWD() { var oWnd = radopen("myRadWindow.aspx","radWindowfrTram"); //Error here! }
In the RadEditor, if there are any font attributes such as font size and fontname applied to the text then those settings are not preserved while exporting the text to rtf. Do let me know If anyone has encountered the problem and workaround for the same.
Thanks in advance.
