Skip to Content
0
Former Member
Sep 24, 2008 at 12:43 PM

ComboBox and DataTable

872 Views

Hey All,

I have found a lot of posts on here about adding values to a combo box using the valid values collection. I am trying to assign a datatable to the Combobox in my case. I add my datatable in the xml and assign a query to it. Then I assign that to the databind property of the combobox and when the form loads it only displays the 1st record in the query.

Any ideas what I am doing wrong?

I basically just want to display the list of item groups in my combo box without manually adding these to the valid values collection.

Curtis