Hello Ramana,
Normally, you would enable Scheduler
selection and will subscribe to the widget's
change event. In this way you will know when a given event has been clicked (selected). The fact that the Scheduler view may be scrolled at this point will not make any difference with regard to the event arguments.
http://demos.telerik.com/kendo-ui/scheduler/events
http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler#events-change
Even if for some reason you want to add a custom click handler to the
.k-event elements, this will still work, no matter that the Scheduler view is scrolled if the clicked event is outside the view's visible area.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!