I fixed it:
//here you create grid;
// if you using another view(like GroupView or TreeView, you need
change your class)
grid.setView(new GridView() {
            public void focusCell(int rowIndex, int colIndex, boolean
hscroll) {
                // this need only for IE, i dont want to run code from
super class, cues there is error
            }
        });

On Oct 7, 11:17 am, naveen <naveenkumarnl1...@gmail.com> wrote:
> Hi team,
>
> I have a grid in which i have around 100 rows. All the records will be
> loaded at once, at first i can see 15 records. If i want to see rest
> of the records i have scroll down. Scrolling down is not an issue, but
> when ever i scroll down and select 16th record, there will be no
> action and it scrolls to the top. This is happening only with IE not
> in Mozilla. What may be the issue?
>
> Thanks and regards
> Naveen

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to