Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Expand all child rows by default
posted

Hi I have a grid which may have max of 4 levels of child rows. I wanted to expand all the child rows in the multiple bands.

 

I tried using grid.displaylayout.rows.expandall(true) and grid.rows.expandall(true). I tried using the getrowenumerator also but nothing seems working.When the page is loaded only band 1 and 2 rows are expanded the third band is showing only the rowselector and when I click it, it shows the 3rd band and its child band 4.

I want to display all the 4 bands as like below.

->1

------->2

-------------->3

------------------------->4

 

i.e 1 has child row 2 and 2 has child row 3 etc. all the max of 4 levels should be expanded and visible to the user by default without expanding the + symbol manually.

Any help on this please?

 

Thanks,

Arun.K.S

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Arun,

    Do you have the latest service release? There was a bug in the grid where the 3rd and lower levels of data would not load properly in some cases when you are using a recursive data source. This was fixed a while ago, so you may just need to update.

Reply Children