How to select ComboBox value after Data filled from DataSource
- by Amadeus45
Hi,
I would like to set the selected value to a known value. However, after InititializeComponent() has been called, the data is not yet filled in a databound Combobox so I can't set my selected value there.
Which event is triggered when the data has finished to be added in the combobox from the databound object ? Is there any other way you would suggest handling this ?
Many thanks