Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by BAPU SHINDE on Nov 13, 2008 20:06
open dhtmlx forum
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