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