Hi,
I have a jqxGrid rendred in a page with a lot of html elements. This is a restriction we have for the design of the page. The problem is that when the grid has enough rows to show the grid’s scroll, the performance of the scroll is very bad. I don’t want to use autoHeight = true to avoid adding more html elements to the dom.
My question is, are you planning to implement some kind of strategy to improve the scroll performance such as load some more registers in the dom, let’s say, 10 above and 10 below the rows currently in the viewport to avoid the complete rendering you are currently doing for all the viewport every time the scroll is moved?
Thank you!