This is a migrated thread and some comments may be shown as answers.

How to capture the kendo grid scroll event in kendo UI for angular?

2 Answers 1450 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 1
Tony asked on 09 Jun 2019, 02:30 AM
Is it possible to capture the scroll event on kendo grid when I scroll the grid?  I only see scrollBottom event. 

2 Answers, 1 is accepted

Sort by
0
Accepted
Svet
Telerik team
answered on 11 Jun 2019, 10:32 AM
Hi Tony,

Indeed, there is no such built in event provided by the API of the Grid. However, we can use some custom JavaScript in order to handle the generic (scroll) event of the container holding the Grid data. Check the following example demonstrating this approach:
https://stackblitz.com/edit/angular-6yrqpp?file=app/app.component.ts

I hope this helps. Let me know in case further assistance is required for this case.

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Tony
Top achievements
Rank 1
answered on 11 Jun 2019, 11:16 AM
Thanks Svetlin. That works.
Tags
General Discussions
Asked by
Tony
Top achievements
Rank 1
Answers by
Svet
Telerik team
Tony
Top achievements
Rank 1
Share this question
or