G
gleadams
I have databound a Windows form ComboBox control to a DataSource and
DataMember and it is properly showing the data as I navigate through
the records. My question concerns the choices in the pull-down list
itself.
The Field is Priority and the only available choices should be "High",
"Low", "Do Not Call".
These are the only choices I would like to see in drop-down, but
because it is bound to the column it is showing multiple instances of
each (based on the column it is tied to).
Question: How can data bind a combobox to a datacolumn, but still
retain control of what choices are available from the drop-down list.
(only one of each)
Thanks,
DataMember and it is properly showing the data as I navigate through
the records. My question concerns the choices in the pull-down list
itself.
The Field is Priority and the only available choices should be "High",
"Low", "Do Not Call".
These are the only choices I would like to see in drop-down, but
because it is bound to the column it is showing multiple instances of
each (based on the column it is tied to).
Question: How can data bind a combobox to a datacolumn, but still
retain control of what choices are available from the drop-down list.
(only one of each)
Thanks,