Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4032
UltraOptionSet dataBindings behaviour changed in 2014.1
posted

I'have updated my project from 2013.2 to 2014.1.

My OptionSet is placed in a user control and bindings where set by code at runtime (load-event of the user_control).

this.OptionUnit.DataBindings.Add( "Value", this.bsAccProp, "AccUnit" );

This worked fine. But with version 2014.1, no value of the option set looks selected anymore!! At binding time, the data are not loaded into the dataset where the binding source bsAccProp is using.

I have figured out that If I move the code above after data is loaded into the underlaying data set, the option set works like expected.

This is an very bad change in the behaviour of the option set control and you are lucky to check it out. What is the reason for this? Do I miss something here?

Regards, Markus