Hello,
I have a lot of grid in my page, all with height limited by some pixel size…
I noticed after my grid receive the data the JQWIDGETS add Span in end of HTML BODY:
<span class="jqx-widget jqx-grid-cell"></span>
This span added is out of any div controlled by JQWIDGETS core.
This orphan elements add by the core aplication cause scroll bar in the browser bug, because in the screen i dosent have nothing. and the scrool bar is long.
How to avoid this problem?
I can’t share the code because is a enterprise application.
I will try to reproduce the problem in clear empty page.
