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
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