Why can't HxSelect bind to a nullable int? #594
-
When using HxSelect, I am not able to bind to a nullable int property. I mean the control itself has Nullable attribute and can be set to true so why can't control bind to a nullable int? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We are using HxSelect with nullable properties on daily basis. What is the symptom of not being able to bind to nullable property? E.g. most of the "pickers" here (those based on |
Beta Was this translation helpful? Give feedback.
-
Oh, I got it! I need to make the TValue to int? first. Thanks for helping :-) |
Beta Was this translation helpful? Give feedback.
Oh, I got it! I need to make the TValue to int? first. Thanks for helping :-)