In my silverlight4/C# application, I have a comboBox which is bound to a DomainDataSource.
I'm adding some items in the runtime to that DomainDataSource to be shown in the comboBox, but I want to add some items in the beginning or in a specific index, not in the end.
Is there a chance to achieve that?
Thanks,