Hi,
I have populated the MultiColumnComboBox DropDown Items using a DataTable
I would like to preselect the SelectedItems onload, so that they are hilited in the DropDown Box, and the corresponding Display-values are shown in the select textbox.
Adding DataRows to the SelectedItems property seams to do the trick for the DropDown List, but the values are not shown in the select textbox.
How do I trigger the select textbox to be filled (with multible values)?
/Brian