
<%@ 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> <style type="text/css"> .labelClass { display: inline-block !important; width: 50px !important; } </style></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> </telerik:RadScriptManager> <div style="width: 600px"> <telerik:RadTextBox runat="server" ID="r1" Label="TEXT1" Width="49%" LabelCssClass="labelClass" /> <telerik:RadTextBox LabelCssClass="labelClass" runat="server" Width="49%" ID="RadTextBox1" Label="TEXT2" /><br /> </div> </form></body></html><span id="r1_wrapper" class="riSingle RadInput RadInput_Office2010Silver" style="width: 49%;"><label id="r1_Label" class="riLabel labelClass" style="width:40%;" for="r1">TEXT1</label><span class="riContentWrapper" style="width:60%;"><input id="r1_ClientState" type="hidden" name="r1_ClientState" autocomplete="off"></span>Hi
I am testing a new website with IE8 and Chrome 2.0 and noticed some strange behavior with Telerik TreeView. I'm using Telerik.Web.UI Version 2009.2.701.35. On this Website, I have 2 TreeViews which works great in FireFox without any problems, but if I open the Website in Internet Explorer 8.0 or Chrome 2.0 the left TreeView doesn't work. Screenshots:
Website in IE 8.0: http://bit.ly/cqvc6
Website in Chrome 2.0: http://bit.ly/6YkBU
Both Browsers are installed on Windows Vista SP2 with default Settings (I made no changes to the configuration after installation)
In IE 8.0 I receive many of the following JavaScript Errors:
-------------------------------------------------------------------------------------------------------
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 21 Jul 2009 22:52:07 UTC
Message: 'this._element' is null or not an object
Line: 1931
Char: 1
Code: 0
URI: http://localhost:4500/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3ade-CH%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.2.701.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3ade-CH%3a7e598a31-3beb-49a1-914c-5f530240f0ea%3a16e4e7cd%3af7645509%3a24ee1bba%3a1e771326%3ae524c98b%3ae330518b%3ac8618e41%3ae4f8f289%3aed16cbdc%3a874f8ea2%3a19620875%3a33108d14%3abd8f85e4
-------------------------------------------------------------------------------------------------------
Do you have any suggestions to fix this problem.
Thank you in advanced.
Beste regards
Mike Miller

<telerik:GridBoundColumn DataField="ProcessedDate" FilterControlAltText="Filter ProcessDate column" HeaderText="ProcessDate0" UniqueName="ProcessDate" DataFormatString="{0:d}" ReadOnly="True"> </telerik:GridBoundColumn>