How to Bind Sub grid data under layout grid.

0
Hi Team, I am having below grid where for field ‘Group’ I am receiving data in the pipe seperated format. but on expand button sub grid should be visible which should display seperate row of Group field data. For Main grid I have taken list view. Inside that I am trying to display the subgrid. Please guide which approach should I use.  
asked
1 answers
4

Hi Priyanka,

Have a boolean attribute in your entity “isVisible” set default to false. Change that to true in onclick of expand button. Handle the sub grid with visibility isVisible=true.

Hope this helps!

answered