This question is locked. New answers and comments are not allowed.
I was using a standard grid and subscribing to the LoadingRow event. When the user scrolled and more data was going to be displayed in the grid, the LoadingRow event would fire and I could fetch more data. I do not see any events in the telerik grid that lets you know when a row is going to load, just an event that says the row actually loaded. Is there a similar event in the telerik grid that would mimic the standard LoadingRow event in the standard silverlight grid?