How to: Create a grid with expanded information (Plain)

In order to add a grid that when expanding one record will display some related  plain information, you need to follow some steps. 

First, you need to create a Web Component that will be the one to display when expanding one record of the grid. Select the template 'Nested simple detail'  and add the attributes that you want to display for each record. 

Comment: The 'Nested simple detail' template is only available if you have run the Design System Wizard in WorkWithPlus 13. If you haven't imported a design in WorkWithPlus 13, the template won't be available, but you can create the Web Component by using any other template, it is not mandatory to use 'Nested simple detail' template. 

PersonNestedDetail

Then, in the WebPanel that you want to expand the grid, add the Standard Action "DetailWebComponent" in the grid. Configure it as follows:

PersonNestesDetail2

Run the application and visualize the feature.

PersonNestesDetail3

This is just an example of using the component 'Nested detail', but in the component you can display whatever you want, associated to the record of the grid.