Print Page | Close Window

Binding combo box in a datagridview

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=646
Printed Date: 21-May-2026 at 3:52pm


Topic: Binding combo box in a datagridview
Posted By: radone242
Subject: Binding combo box in a datagridview
Date Posted: 08-Jan-2008 at 6:43am
I have a bound combo box in my datagridview like the tutorial 264  Working with comboboxes. It works fine except when the user makes a different selection it reverts back to the original selection once the combobox loses focus.



Replies:
Posted By: davidklitzke
Date Posted: 08-Jan-2008 at 4:20pm
The first thing I would do is to closely examine tutorial 264 and see if there is anything that is different between what you have done in your application and what is being done in the tutorial.  I suspect that there is some difference that you are not seeing.
 
You might also try setting a breakpoint in the Setter to see if the Setter is being called.
 
Another alternative is to see if you get a PropertyChanged event.
 
If none of this is helpful, send a simple reproducible case to  mailto:support@ideablade.com - support@ideablade.com .
 



Print Page | Close Window