简体   繁体   中英

Infragistics ultrawebgrid v11.1 compatible issue in Internet explorer 11

Infragistics Ultrawebgrid v11 does not seems to be working on internet explorer 11.

This tool works perfectly in Mozilla and chrome but in IEv11 infragistics is completely broken.

Though it does work well in comptability mode of IE. I have tried by adding the following meta header but no luck

<meta http-equiv="X-UA-Compatible" content="IE=7" />.

I know this is older version of infragistics but I can't update the infragistics immediately so need help how can I fix this?

Not sure if it is the same issue, but I found that some browsers were being auto-detected as Down-Level, causing the grid to become unusable (I think some of the grid Javascript wasn't being loaded).

Try adding Browser="UpLevel" to your UltraWebGrid tag.

For example:

<igtbl:ultrawebgrid id="UltraWebGrid1" Browser="UpLevel" runat="server"...

You need to upgrade your infragistics controls. There are service releases that fixes most problems with ie 11.

you can do it by loggin on to your account on infragistics.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM