Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Yan Zhou on Nov 04, 2009 03:21
open dhtmlx forum
Groups extension of the dgtmlxGrid for dhtmlxGrid

Hallo,

I want to use the dhtmlxCombo Groups extension in my Grid. I have 2 combo: project and task.
Task list should dependent on the project list.

project header
<column width="350" type="combo" source="complete.php" auto="true" cache="true" align="left">Project</column>

task header
<column width="300" type="combo" editable="false" filter="true" align="left">Task</column>

how can i define the project as the parent of the task list just like the attachChildCombo method?

thanks a lot        
Answer posted by dhxSupport on Nov 05, 2009 06:16
Unfortunately dhtmlxGrid hasn't such functionality.