Assign New CurrencyManager?

  • Thread starter Thread starter Hemang Shah
  • Start date Start date
H

Hemang Shah

I have the in famous multi combo on the form bound to the same DataSource
Issue.

I have a dvLookup which is used in multiple comboboxes to do the lookups.

How because they are all having the same DataSource: dvLookup, they have the
same currencymanager.

So selecting one option makes everyone select the same thing.

Now It would be insane to create different DataView for the exact data just
to bind to multiple combos.

Is there a way I can assign a new BindingContext or CurrencyManager to each
combo boxes ?

Any suggestions are welcome.

Thank You
 
From memory, if you assign the ComboBox a new instance of a BindingContext
before it becomes visible it should have the effect you desire.
 
Back
Top