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

RadGridView, RIA Services and Virtualization

0 Answers 74 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Geir-Tore
Top achievements
Rank 1
Geir-Tore asked on 17 Dec 2012, 01:43 PM
Hi,

I'm currently looking at using RadGridView with Data Virtualizing, fetching data via RIA Services.

My return type is not a mapped entity though, as I'd like to join multiple tables and via projection return a list of objects which are ComplexTypes.

I got this working with data virtualizing, but I have no idea how I can add support for column filtering and sorting with this method.

Any tips are highly appreciated.

Update:
I finally figured out how to map a database view with Entity Framework (Code First), and that made it much simpler to achieve my goal here. Problem solved.
Tags
GridView
Asked by
Geir-Tore
Top achievements
Rank 1
Share this question
or