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
Hello Deon,
If you need any further assistance regarding this matter, please feel free to contact us.
Thank you for using Infragistics components.
Sincerely,
Tsanna
Hi Tsvetelina,
It appears to be working now, not sure what the problem could have been as I have not changed any files! Perhaps something was cached. In any event, this is now resolved.
Its verson 13.2.20132.2012, sames as the 'infragistics.ui.grid.tooltips.js' file.
I am using jQuery 1.7.2
RegardsDeon
Thank you for using our igHierarchicalGrid.
Can you please check the version of the file
infragistics.ui.grid.framework.js
This private method is used in the Tooltips because there was an issue with the igGrid integration of ColumnFixing and Tooltips.
I have tested the scenario on my side with the RTM build and it works OK.
Hope hearing from you.