Is it possible to display the result of master grid column-wise(with single record at a time) while dealing with master detail records. I would like to achieve desktop master detail look.
3 Answers
I don't understand completely what you mean by desktop master detail.
However, there are 2 ways. One is default mastergrid + detailgrid view.
Alternate is to use Grid + Subgrid view. And your subgrid could be your any php page that shows parent grid detail in your specified php code. The id of parent grid is passed to the subgrid php page, where you can show the details in tabview or any other presentation.
I want to have master grid with column-wise view (single record only) and detail grid as phpgrid is default view(row-wise records)
Your Answer