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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to bring Tree type grid using collection widget

Janaki.Raman
6-Contributor

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