3.2.0

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
April 8,
After adding the new rows, try this:

myGrid.getScrollTemplate().refresh();
Diego Vilar
April 8,
thanx Diego... i am using 1.0.2 version of activewidgets. it is not working.
sadir
April 8,
Alex can u look into the problem.
sadir
April 8,
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)
April 10,

This topic is archived.

See also:


Back to support forum