Christian Hagelid

2,379
reputation
147 views

Registered User

name Christian Hagelid
member for 1 year
seen Dec 3 at 2:22
website
location Melbourne, Australia
age 29
Software engineer who specialises in the awesomeness of .NET
Dec
9
awarded  Popular Question
Dec
6
awarded  Mortarboard
Oct
12
comment Entity Framework Exception: Index was outside of the bounds of the array.”
I'm getting the exact same error. I've been using this model for quite a while with no errors but after doing some database modifications today and updating the model, this error appeared. The solution builds with no errors but this error is listed in the Error List. When I run the application I get the error as soon as I try to access the model.
Oct
8
revised WPF ComboBox binding behaviour
Update 2. Added a possible solution
Oct
8
comment WPF ComboBox binding behaviour
hmm...I'm still getting the same error with this code. As soon as I update the SelectedProductNumber from the SelectedProduct property (or vice versa) I get into en endless loop. I have implemented the solution slightly different now by updating the SelectedCustomer.FavouriteProduct field from both properties (see Update 2)
Oct
6
revised WPF ComboBox binding behaviour
More explanation
Oct
6
comment WPF ComboBox binding behaviour
I thought I might have to do something like this. I have added the respective properties but I am having a problem between the ProductId and the Product properties. As soon as you change either of them you get into an endless loop and finally get a StackOverflow exception ;) It might be because of how I am implementing the handler though (I'm fairly new to WPF). I'll update the question with the code.
Oct
6
comment WPF ComboBox binding behaviour
I am aiming to give the user two options to select a product. Either by selecting the product from the ComboBox or by typing in the product number. I can make the ComboBox editable but that will not let me type in product numbers. I have not looked into using a separate ComboBox with the IsSynchronizedWithCurrentItem option yet.
Oct
5
comment WPF ComboBox binding behaviour
This looked very promising but unfortunately I'm still getting the same behaviour. The TextBox gets updated when I select something from the ComboBox but the other way is not working properly. I think I might be going about it all wrong.
Oct
5
comment WPF ComboBox binding behaviour
I don't see how I can use SelectedItem to set the selected Product based on ProductNumber
Sep
27
asked WPF ComboBox binding behaviour
Sep
1
comment WPF - Pan & Zoom Image
very very cool
Aug
11
comment When creating a new GUI, is WPF the preferred choice over Windows Forms?
some very interesting and well grounded points
Aug
4
awarded  Yearling
Jul
8
awarded  Disciplined
Jun
26
awarded  Notable Question