Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
WebTab renders ok on development machine, not server
posted

<%

@ Register Assembly="Infragistics35.Web.v11.2, Version=11.2.20112.2025, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.GridControls" TagPrefix="ig" %>

WebTab renders ok on development machine, on server gets error. How do I fix?  

Line: 205 vi = tab._vi = tab._elem._vi;

Error: Unable to get value of the property '_vi': object is null or undefined

 

More code from the debugger

//vs 070811

Type.registerNamespace('Infragistics.Web.UI');

 

$IG.WebTab.prototype =

{

       _thisType:'tab',

       initialize: function()

       {