Team,
I have requirement where on scrolling the list, more items need to be shown.
I referred this document where scroll event is binded when pop up is opened:
The issue here is, a new handler is getting binded each time pop up is opened and closed, hence on scrolling multiple times items are fetched and added into list.
How to bind just once? or remove the handler once pop up is closed?
Thanks
Tuariq