Hi there,
How do I override a method in dojox.grid._Scroller class from a class extending dojox.grid.DataGrid.
dojox.grid.DataGrid extends dojox.grid._Grid, which requires dojox.grid._Scroller. The method of interest here is: getScrollBottom(inTop). Thanks in advance!
David