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
570
UltraWebGrid's vertical scrollbar
posted

Why UltraWebGrid's vertical scrollbar didn't show when UltraWebGrid's height was over it that was I set UltraWebGrid's height.  I set UltraWebGrid's height by js.  The js code is below:

var h=document.documentElement.offsetHeight;

var uwg = igtbl_getGridById("UltraWebGrid1");

uwg.Element.style.height = (h-37)+"px";

Please help me, thanks