INeedADip
09-26-2006, 04:13 PM
I have a question on the bodyScroll Event. I have 5 rows in my grid (because I'm testing), and can't figure out what the parameters are on the scroll.
In your "A primer on the GridÂ’s new event system" post you have:
bodyscroll - (this, rowIndex, columnIndex, e)
I'm using it like: grid.addListener('bodyscroll', this.bodyScroll);
But when I log the arguments passed in I get a lot of wierd numbers.
[0,22]
[0,57] etc...
Can you explain how (if) I can figure out when they scroll to a particular row?
Thanks.
PS: Excellent Grid.....
In your "A primer on the GridÂ’s new event system" post you have:
bodyscroll - (this, rowIndex, columnIndex, e)
I'm using it like: grid.addListener('bodyscroll', this.bodyScroll);
But when I log the arguments passed in I get a lot of wierd numbers.
[0,22]
[0,57] etc...
Can you explain how (if) I can figure out when they scroll to a particular row?
Thanks.
PS: Excellent Grid.....