TL
-
10/16/2013 5:16:50 PM
CMSRepeater and related datatype
Hello, I would like to show a field from a related custom datatype in CMSRepeater.
Let's say I have two custom datatypes - x.Person and x.Address and I am displaying list of x.Person and its details when user clicks it. Person has FirstName and LastName and AddressId and x.Address has AddressId and City for example. So they are linked by AddressId.
I am able to display FirstName, LastName and AddressId by CMSRepeater, but how can I achieve displaying FirstName, LastName and City? What is recommended solution for this? Is it possible by CMSRepeater?
Regards, Tomas Loun
|