Is it possible to give the have the Expression Editor pull properties from multiple object for the fields in the tree view? Also, is it possible to make the Editor check if child objects of the object it is passed have properties?
Thank you very much
3 Answers, 1 is accepted
0
Accepted
Vlad
Telerik team
answered on 21 Oct 2011, 02:21 PM
Hi ,
Currently this is not possible. Possible approach will be to provide new class combining all needed properties from all classes.
Greetings,
Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Would you happen to know if there is a was to dynamically generate this composite class? I have tried using a dynamic object class and also an ExpandoObject but have not had luck with either.