locked
Value not Set when binding Nullable Values RRS feed

  • Question

  • Hi Buds,

    I have a Nullable int Property that is bound to TextBox which implements INotifyPropertyChanged, during Runtime when I change the value of the TextBox and loose focus.  The Setter for the Property ain't hitting. :-(

    Any ideas??!

    BTW, Yeah BindingMode is set as TwoWay

    Regards,

    Punk

    Tuesday, January 7, 2014 11:52 AM

Answers

  • I don't believe binding back to nullables is supported, but you may be able to provide a ValueConverter to do so. You should find previous discussions on this if you search the forum for "nullable", and you can see what others have done about this.
    Tuesday, January 7, 2014 4:51 PM
    Moderator