Hi,
How can I use the dynamic content of dhtmlXCombo in child cell when selecting the parent cell combo box using dhtmlxTreeGrid? I want to filter each child rows based on parent. Is it possible? Please help me.
Thanks & Regards,
P.Subathra
There is no such inbuld functionality but you can use “onEditCell” event to detect which value was set to the combo box at the parent row and then hide necessary child rows.