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
845
Tooltip error after upgrade to 13.2
posted

Hello.

I have an igHierarchicalGrid, fully defined in the controller, to which i add tooltips as a feature, like so:

GridTooltips gridToolTips = new GridTooltips();

gridToolTips.Style = TooltipsStyle.Popover;

gridToolTips.Visibility = TooltipsVisibility.Always;

I have just updated my MVC project from 13.1 to 13.2. Now, when i run my project, i get this error when the grid is rendering:

Microsoft JScript runtime error: Object doesn't support property or method '_isFixedElement' in the file "infragistics.ui.grid.tooltips.js"

If i comment out the code shown above, the grid renders fine.

I upgraded the project using the 13.2 Version utility, and copied over the new 'js' and 'css' folders.

How can I resolve this?

Thanks

Deon

 

Parents Reply Children