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
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