In Asp.Net Combobox, there is a useful property, AppendDataBoundItems
, that causes whatever items are bound to the control to be actually appended to whatever "statically" added ad design time. This is useful for "default" values that the user can specify when no item in the available ones meet the criteria, or to specify a special "null value" item.
Unfortunately there is no such property in Silverlight ComboBox and there is no way either to be notified when the control has been databound.
Any idea?