If you set the dataProvider of a DropDownList using binding and the Bindable value is not initialized when it’s declared, it causes a runtime error.
I’m trying to decide whether this is a bug, or it’s a cost of PAYG (where in the basic implementation you are rrequired to initialize the value). I leaning to classifying it as a bug because it seems like having a requirement that the bindable property should be initialized is overly stringent. Thoughts? Harbs