This question is locked. New answers and comments are not allowed.
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?
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?