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

Bind a Command to Scroll down event in RadGridview using MVVM

0 Answers 95 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Shivam
Top achievements
Rank 1
Shivam asked on 23 Nov 2011, 11:42 AM
Hi,

I have a RagGridView which gets populated with some data at pageload. I have Button which is Binded to a Command Object to get more Data,  when user clicks on this button grid is populated with the new set of data via a different database request.
My Requirement is to Get More Data as User Scrolls down in the grid., So how to Bind this Command Object to Scroll Down event in a grid (If it is present).
I can user Interactivity to bind any command object to an Event. But How and where to Get this Event (Scroll Down) in My View (.xaml) so that I can Bind it to my Command Object in ViewModel.

Regards,
Shivam

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Shivam
Top achievements
Rank 1
Share this question
or