Display grid row details on panel
Posted: Thu Mar 15, 2012 9:50 am
One of the designs i am attempting is to have a screen with a grid on the top half, and a panel on the bottom half. The idea is when you select a row on the grid, it will then display all the details for that record in the panel below.
So for instance, my grid might show ID#, name, effective date. Clicking on a row would then display below ID#, name, effective date, address, # of employees, etc etc.
Is there a way to do this without going back to the server, like hiding all of the necessary fields in the grid and then enabling the widgets below to set their values and turn on their visibility indicator?
Or do i have to return control back to the server to populate all of my widgets on the panel and then turn on my visibility indicator?
So for instance, my grid might show ID#, name, effective date. Clicking on a row would then display below ID#, name, effective date, address, # of employees, etc etc.
Is there a way to do this without going back to the server, like hiding all of the necessary fields in the grid and then enabling the widgets below to set their values and turn on their visibility indicator?
Or do i have to return control back to the server to populate all of my widgets on the panel and then turn on my visibility indicator?