:: Forum >>

Vertical scrollbar not pointing new row created

hi
i am creating a editable grid.when adding a new row i am not able to see that row.vertical scrollbar not pointing that row.any help??
sadir
Saturday, April 8, 2006
After adding the new rows, try this:

myGrid.getScrollTemplate().refresh();
Diego Vilar
Saturday, April 8, 2006
thanx Diego... i am using 1.0.2 version of activewidgets. it is not working.
sadir
Saturday, April 8, 2006
Alex can u look into the problem.
sadir
Saturday, April 8, 2006
I solved something similar with:

obj.onRowAdded = function(row){
        this.setTimeout(function(){
            this.raiseEvent("adjustScrollBars");
        });
    }


but I have no idea if this works in 1.0.2 version...
Jose Luis (Spain)
Monday, April 10, 2006

This topic is archived.


Back to support forum

Forum search