How to select ComboBox value after Data filled from DataSource
Posted
by Amadeus45
on Stack Overflow
See other posts from Stack Overflow
or by Amadeus45
Published on 2010-06-14T19:05:26Z
Indexed on
2010/06/14
19:22 UTC
Read the original article
Hit count: 162
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
© Stack Overflow or respective owner