Hi there!
I have been using the grid extensively within an application. Using an iFrame, I dynamically load content into the application and use Knockout.js to bind everything within the iFrame. Everything works fine apart from the grid. In certain iFrames I use 3 grids (within a jqxTabs tab), which all get bound dynamically on the click of their respective tab.
However, I have noticed that when these have all loaded, I am seeing constant CPU utilisation by the application, of usually around 8-10%.
Now, I traced the utilisation to a specific method which is used by the jqxGrid, the ‘IsHidden’ method.
I am wondering if there is a way to stop this, or possibly turn off the ‘IsHidden’ check.
Thanks in advance!
Alex