I am trying to resolve an issue with a combobox datasource. I have managed to set the source for the combobox to a data source that I have added to the project and it is displaying the full list of options in the combobox.
However, I have another dataset and I want to use the value in one of those fields to specify the selection option within the combobox. I have tried binding this field to the selecteditem, selectedvalue and text fields under the databindings section of my combobox properties but none of these appeared to work.
Mighty
However, I have another dataset and I want to use the value in one of those fields to specify the selection option within the combobox. I have tried binding this field to the selecteditem, selectedvalue and text fields under the databindings section of my combobox properties but none of these appeared to work.
Mighty