Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turning off synchronization
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00965684
Message ID:
00965749
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
There are three ways that I know of:
1)Vary the binding source as in Kevin's Help
2)Bind to copies of the datasource as Bonnie suggested
3)Create a new binding conext for each control as in http://www.syncfusion.com/FAQ/WinForms/FAQ_c43c.asp#q819q

For 10 controls you have to look at #2 and #3. The downside is that you have to do the coding by hand.

For #3 you would add code as shown in the link above right after the call to InitializeComponent().


>In the MM Developers Guide it explains how to turn off synchronization for 2 different combo box controls based on the same business object. This works great for 2 controls, but what is the best way to do this for several controls? I have 10 combo controls that are based on the same business object and will each display the same list of choices, but I would like them to work independtly of the other controls. Thanks in advance for any ideas.
>
>Kind Regards,
>
>Mat
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform