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

[Solved] Class Inheritence with QueryableDomainServicesCollectionView

0 Answers 73 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.
blaise
Top achievements
Rank 1
blaise asked on 09 Sep 2011, 01:15 PM
used build version: 2011.1.419.1040

Hello, we are blocked with this feature for hours: We want to work on a list of entities wich subclass some other entities.
sample :
RootEntity
SubRootEntity --> RootEntity
Sub1SubRootEntity --> SubRootEntity
Sub2SubRootEntity --> SubRootEntity

The interest of our work is to recover every SubRootEntity instances from database and work on them through a RadGridView.
Of course, all this job has to be done with an instance of QueryableDomainServicesCollectionView.
Currently we could not find how to make it to work completly: QDSCV seems to be written to work only with RootEntity types.

Does anybody has a solution for us?


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