Categories | Question details Back To List | ||
Thanks, a lot
I have One more question
How can i get vertical scroll value on scrolling ?
Answer posted by Support on Nov 14, 2008 01:51 If you mean dhtmlxgrid. grid.attachEvent("onScroll",function(x,y){ alert(y); }); or it can be taken directly from DOM element as grid.objBox.scrollTop |