I have a List , Inside the List Item am having Block.
To show the master detail like Expand / collapse.
My requirement is when i clicked on one item , its should be expand and if i click on other item, other items will expand and previous items should be collapse.
In the master list structure , i have added one attribute IsExpand.
On the Basis of IsExpand am able to expand / Collapse it working fine.
But i needs when i clicked other items, then it should collapse previous expanded items and
new item list should expand.
Please help me.
Hi Ashish,
Please find the sample attached oml for your reference. I'm just comparing the current row number with the whole list and based on this, expand and collapse will work.
Thanks
Balaji
Hi,
Try with Accordian.
my requirement is like that i have to use List and and list item have a Block which display a list with add edit items.
At a time only one item list should expend and all other collapse.
Any way thanks.