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 Reply Children
No Data