Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Andrea on Oct 30, 2007 02:09
open dhtmlx forum
Master/Detail Grid

Hi,
anyway to implement a master/detail grid with many detail for each rows?

Example: http://www.onlinedemo.it/media/mygrid2.gif
Best regards,
AB
Answer posted on Oct 30, 2007 03:04
There is no native support for master-details grid, you can achieve similar functionality by attaching onSelect event handler  and show hide related grid object on item selecting, with reloading data when necessary with grid.clearAll(); grid.loadXML(url);

Currently we have some prototypes of multilevel grids, similar to one on your screenshot, but I'm not sure when it will be released as part of stable version.