This topic is locked
[SOLVED]

 Master Grid, Detail Grid

3/18/2019 4:00:15 PM
ASPRunner.NET General questions
M
Mack88 authorDevClub member

Apologies if this has been asked and answered before ... I want to build a list page with the master and detail tables presented as grids. Naturally, as the user scrolls through the master list, the corresponding details lines are displayed.
Apart from using a dashboard, is this possible and, if so, some pointers will be appreciated.
Cheers.

admin 3/18/2019

Dashboards are specifically designed for this kind of task. Other than that you can do that manually utilizing row click event and displaying corresponding details in some div on the right side of the grid.

M
Mack88 authorDevClub member 3/18/2019



Dashboards are specifically designed for this kind of task. Other than that you can do that manually utilizing row click event and displaying corresponding details in some div on the right side of the grid.


Thanks Sergey. I hadn't thought of trapping the row clicked event. Neat.