Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Order of data from child nodes View modes: 
User avatar
Member
Member
Boolean - 9/20/2012 4:55:04 PM
   
Order of data from child nodes
I have the following setup:

Page 1 (Document Type A)
- Child A (Document Type B)
Page 2 (Document Type A)
- Child B (Document Type B)
Page 3 (Document Type A)
- Child C (Document Type B)

I have a repeater on another page that is set to list documents only from "Document Type B". The problem is the NodeOrder for each of the "Document Type B" is 1, as they are the first node in each of their sub folders. I was hoping it would traverse down the tree and say "I found Child A first, then Child B, then Child C" but instead seems to take the NodeOrder directly from the database.

Is there a way around this?

Thanks!

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 9/21/2012 2:17:36 AM
   
RE:Order of data from child nodes
Hi,

You can try using this suggestion however the nodes are under different levels so you may need to use nested controls or hierarchical transformations.

Best regards,
Juraj Ondrus

User avatar
Member
Member
Boolean - 9/21/2012 8:25:31 AM
   
RE:Order of data from child nodes
Fantastic, thanks Juraj.