Hi all, I want to purchase phpgrid but before I do I want to know if it is possible to have a sub grid structure like on the image link here: http://www.hydrocell.co/Images/Untitled-1.jpg
I would like to have the Clients data to have two drop downs, one without a drop down feature (+) and the other with a dropdown feature…
So if you look at the image in the url, and you had to click the + sign of "Clients Data", it would have two dropdowns, one to "Data" and the other to "Invoice Data" in number 1 and 2 marked in red.
If you had to click on the plus sign in "Invoice Data" it would create a dropdown to "Item Data" and then with no further hierarchy.
I hope I explained it well.
Can anyone enlighten me please?
Hi,
2 subgrids at same level and one parent is not supported. An option could be to have master-detail grid in non hierarchical way. Clicking on parent will refresh 2 grids on same page.
For invoice data -> item data, you can still have subgrid as it is 1 parent and 1 child grid.
I currently don't have some working example of it, but it seems doable.