I am creating a combobox that populate the parent and child list.
I have already 2 separate combobox for parent and child. What I want to see is to have these in one combobox having the child list under its parent list. Of course the child is indented for easy viewing
Here's the sample image that I want to achieve.
On the other hand, is there any other combobox component available that do this type of dropdownlisting.
Appreciate any help on this.
UPDATE: Forgot to mention that the data are coming from 2 tables using clientdatasets. Meaning, I have to populate from 2 tables to one combobox using loops between 2 tables.