Scroll Event

Posted by mflanegan on 27-Nov-2014 08:01

Hi there,

I am using a Grid Control and would like to fire an event on scroll of the grid. There is an event for scrolling on the page but not the grid. has anyone one done anything like this? 

All Replies

Posted by Jean Richert on 03-Dec-2014 02:09

Anyone has ever tried what mflanagan is doing and could share a possible solution or workaround?

Posted by John Goodland on 03-Dec-2014 02:31

Page scroll is enabled automatically. Firing an event on scroll might make for a poor user experience, but I don't know what it is you are trying to achieve.

Posted by pedromarcerodriguez on 03-Dec-2014 03:37

Hi,

Haven't had much experience with mobile, but assuming is javascript, I think you should be able to add a listener to the scroll event on the div of the grid.

Check this answer on stackoverflow to get some idea on how to do it.

 Regards,

This thread is closed