newForumUser
Member
- Joined
- Feb 21, 2008
- Messages
- 5
- Programming Experience
- Beginner
Hi,
I have been trying to display a combobox for each row in a listview. the combobox is populated from a table in a database and and the listview itself is populated by another table in the same database.
I simply cannot get the combobox to display in the listview(it displays it in the header for some reason and not at the end of each row, which is what I want).
I gave up on the datagrid, it was way too complicated for something simple(is there a simple way to to do what I am trying to in a ListView with a DataGrid?)
any help will be great.
thanks
I have been trying to display a combobox for each row in a listview. the combobox is populated from a table in a database and and the listview itself is populated by another table in the same database.
I simply cannot get the combobox to display in the listview(it displays it in the header for some reason and not at the end of each row, which is what I want).
I gave up on the datagrid, it was way too complicated for something simple(is there a simple way to to do what I am trying to in a ListView with a DataGrid?)
any help will be great.
thanks