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

RadGridView - Data Virtualization Issue

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Godwin
Top achievements
Rank 1
Godwin asked on 07 Nov 2011, 01:17 AM
Dear Community,

I have a requirement to populate large volume of data in the grid. I am using RadGridView with data virtualizaiton. I am not using Entity Framework rather using odp.net(oracle provider). Grid populates data using WCF service and while scrolling it is showing desired results. But sorting, grouping , filtering .. none of the features are working. Select All option throws exception! Is there any sample code the same using odp.net or ado.net?

Regards,
Godwin

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Nov 2011, 07:58 AM
Hello,

 Since plain WCF services cannot sort, filter, etc similar to WCF Data and WCF RIA services you need to transfer and apply all sort, filter, etc. info. The closest option I can offer you is to use the approach I've used in this blog post:
http://blogs.telerik.com/vladimirenchev/posts/10-01-14/how_to_server_sorting_filtering_grouping_and_paging_with_radgridview_for_silverlight_without_wcf_ria_services.aspx

Regards,
Vlad
the Telerik team

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

Tags
General Discussions
Asked by
Godwin
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or