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
60
Infragistic Controls grid and dropdown not working in IE11
posted

Hi,

  I am using infragistics controls like drop down and grid.Application is working fine on IE8 but now we need to switch from IE8 to IE11.I tested my application on IE11 and found that dropdowns are not opening.I am getting below error -

Unable to get proprty 'init' of undefined or null reference at below lines -

igtbl_StateChange.prototype.init=function(type,grid,obj,value)
{
igtbl_StateChange.base.init.apply(this,[type]);
this.Node=ig_ClientState.addNode(grid.StateChanges,"StateChange");

this.Grid=grid;
this.Object=obj;

Please suggest the resolution.