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

RadTabstrip Javascript Error

1 Answer 37 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
thomson
Top achievements
Rank 1
thomson asked on 17 Jun 2010, 10:34 AM

Hi All,
           i am using RadTabstrip in MOSS environment

<PublishingNavigation:PortalSiteMapDataSource ID="SiteMapDS" Runat="server" 
       SiteMapProvider="CurrentNavSiteMapProvider" EnableViewState="true" StartFromCurrentNode="true"   
       StartingNodeOffset="0" ShowStartingNode="false"/>  
     <telerik:RadTabStrip runat="server" ID="RadTabStrip1" skin="Suntab" EnableEmbeddedSkins="false" DataSourceID="SiteMapDS"/> 

How ever iam getting an error in Javascript (IE and Chrome ) in ScriptResource.axd

,set_element:function(_c2){  
this._element=_c2;  
thisthis._element._item=this;  
this._element._itemTypeName=Object.getTypeName(this);  

this._element is null or not an object. when i remove the RadTabstrip this error does not happen

Can somebody let me know what could be the reason

Thanks in Advance
Thomson

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 22 Jun 2010, 05:46 PM
Hi,

It seems that the initialization script of the TabStrip is not able to find some of its HTML elements. One possible reason for this could be invalid HTML on the page confusing the browser. You should check the source of the page, especially for incorrectly closed tags.

All the best,
Dimitar Milushev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabStrip
Asked by
thomson
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or