Silverlight 4 ComboBox - Binding to Nullable data (tried TargetNullValue but not working as expected)
- by Laurence
(Please note - I am a Silverlight beginner and am looking for the simplest solution here, e.g. that doesn't involve writing/installing a replacement for the ComboBox control!)
This is an issue with a Silverlight 4 application that uses the View Model (MVVM) approach. I have a simple form for editing a "Product" object. Product has a CategoryID…