I would still like to be able to see what row the scroll is at even when the mode is RealTime. Like Word, Excel, etc. can do. Is there any way to make that happen?
Absent using the template, is there any place to hook in to show something myself?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 03 Feb 2020, 11:34 AM
Hi Steve,
What you can try is to get the vertical ScrollBar and subscribe to its ValueChanged event. In the event handler, you can get all generated rows in the viewport by using the ChildrenOfType<T>() extension method and get the first one. Then you can consider showing some ToolTip or TextBlock.
As a side note, you can try using the built-in ScrollPositionIndicator functionality of the control. This feature works only when the ScrollMode property is set to Deferred. Still, you can consider using this functionality if it covers your requirements.
Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.