cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

How to bring Tree type grid using collection widget

Janaki.Raman
7-Bedrock

How to bring Tree type grid using collection widget

Hi Guys,

 

I have a req., to bring a dropdown inside tree advanced grid, since it became OOTB for dropdown inside grid, I moved to collection, then the struggle is to manage the tree structure.

 

Any suggestion please...

 

 

regards,

John

1 REPLY 1
DanZ
15-Moonstone
(To:Janaki.Raman)

I hope your hierarchy has no more than two levels or the performance (and maintainability) will suffer.

 

Basically you will need a collection widget inside of a collection widget:

  • Collection Widget (Parent)
    • Either content or another collection widget
    • [...]

 

The mashup that represents each row, must evaluate a mashup parameter to either display the dropdown (or whatever you want to show) or another collection widget which has essentially the same setup as the parent. I think I would just use the "Contained Mashup" widget for this. In theory you can create as many layers as you want... but the data handling is no fun.

Top Tags