Hi,
I am using Infragistics 8.2.20082.1000 version with the Browser IE8.First i need to confirm with out compatability view whether Infragistics 8.2 version will work?I am browsering my asp.net web application without Compatability view at this time i am facing Lot jscript erros in "ig_WebGrid.js" file
Ex:following are the list of erros i am facing
Microsoft JScript runtime error: 'childNodes.length' is null or not an object in function igtbl_removeState(stateNode)Microsoft JScript runtime error: 'undefined' is null or not an object in function igtbl_cellMouseMove(evnt,gn)Microsoft JScript runtime error: 'Bands.0' is null or not an object in function igtbl_getRowById(tagId) Microsoft JScript runtime error: 'parentNode' is null or not an object in function igtbl_tableMouseMove(evnt,gn)
How can i over come from the above jscript erros if i install latest version of infragistics whether i need to browse my application with Compatability view?
Can i browse my application in IE9 browser without Compatablity view?
Please give me the upates so that i can move further.
Thanks in advance,
Bala.
Greetings, I hope you can help me I am working in vs2005 c # I have a website which works with UltraWebGrid 2004 Volume2, this same project would pass to vb, 2010 but when I run my website marks the following error ...
Runtime Error in Microsoft JScript: the property value 'igtbl_initGrid' is null or undefined, not a function object,in the following code:<script language="javascript"> <! - igtbl_initGrid oUltraWebGrid1 = var ("UltraWebGrid1"); oUltraWebGrid1.GridIsLoaded = true; igtbl_fireEvent ('UltraWebGrid1' oUltraWebGrid1.Events.InitializeLayout, '("UltraWebGrid1");');-> </ Script>I will continue and again I get the next error:Runtime Error in Microsoft JScript: The property value 'igtbl_tableMouseMove' is null or undefined, not a function objectthis in next: code:<table border = '0 'cellpadding = '0' cellspacing = '0 'id =' UltraWebGrid1_main 'onfocus = "igtbl_activate ('UltraWebGrid1');" onresize = "igtbl_onResize ('UltraWebGrid1');" onmousemove = "igtbl_tableMouseMove (event, 'UltraWebGrid1');"that could're going through? thank you!