New Posts New Posts RSS Feed: Binding combo box in a datagridview
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Binding combo box in a datagridview

 Post Reply Post Reply
Author
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Topic: Binding combo box in a datagridview
    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 support@ideablade.com.
 
Back to Top
radone242 View Drop Down
Newbie
Newbie


Joined: 19-Dec-2007
Location: United States
Posts: 2
Post Options Post Options   Quote radone242 Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down