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

How to implement on demand paging (through scroll) in radGridView WPF control?

1 Answer 191 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Abhishek
Top achievements
Rank 1
Abhishek asked on 26 Apr 2012, 10:43 AM
Hi,

I want to implement on demand paging using scroll on radGridView control for my WPF windows application.
We are having a huge data in SQL server database which is causing performance issues if we display entire data on grid view.
We want to make WCF calls to fetch and display data on screen as we scroll down the grid.
We do not want to go for paging control option for this.

I have gone through one blog by  Vladimir Enchev given below.
http://blogs.telerik.com/vladimirenchev/posts/09-12-21/how_to_custom_scrolling_with_radgridview_for_silverlight_and_wcf_ria_services.aspx 

It explains how to implement this for silver light control. But we want to implement this for our WPF control using WCF service calls using SP to connect to DB.

Please guide us and give demo application in this regard.

Looking forward for an early response.

-------
Warm Regards,
Abhishek Vyas
Grapecity India Pvt. Ltd. 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Apr 2012, 11:44 AM
Hello,

 You need our virtual collection! Please check this demo for more info - the same is available in your local copy of our WPF demos

Regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Abhishek
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or