This is a migrated thread and some comments may be shown as answers.

Radeditor doesn't work with radformdecorator

4 Answers 78 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
ll1231
Top achievements
Rank 1
ll1231 asked on 07 Sep 2008, 06:12 PM
Hi!

I have a script error when using RadTextBox and RadFormDecorator with decoratedcontrols set to all or textbox.

Here is the sample aspx code:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm3.aspx.cs" Inherits="InvestmentComparison.WebForm3" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title></title>
</head>
<body>
   <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
        <telerik:RadFormDecorator id="Radformdecorator1" runat="server" decoratedcontrols="All"
            skin="Web20" />
    <div>
       
        <telerik:RadTextBox ID="RadTextBox1" runat="server">
        </telerik:RadTextBox>
    </div>
    </form>
</body>
</html>
The error I received is Invaid argurment:
_54.height=_4c+"px";


Thanks

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Sep 2008, 08:42 AM
Hi,

We are aware of this problem and it is fixed in our in-house build of Telerik.Web.UI.dll. The problem will not exist in the next update of RadControls for ASP.NET AJAX Q2 SP2 2008.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
fzanoni
Top achievements
Rank 1
answered on 03 Oct 2008, 04:21 PM
I'm having the same problem.
Is there any workaround available?

Thanks a lot!
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 06 Oct 2008, 11:03 AM
Try to set decoratedcontrols="default" instead  decoratedcontrols="all"
0
fzanoni
Top achievements
Rank 1
answered on 07 Oct 2008, 11:14 AM
Works great! Thanx!
Tags
FormDecorator
Asked by
ll1231
Top achievements
Rank 1
Answers by
Rumen
Telerik team
fzanoni
Top achievements
Rank 1
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or