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
455
UltraOptionSet Value
posted

Hi @all

we just installed release 14.1.20141.2059 of the Windows Forms controls and observed a problem, that  was not present with Version 13.2.

If we set the same value for an UltraOptionSet  twice, the value becomes null.

e.g. UltraOptionSet  has initial value 0

     UltraOptionSet.Value = 1; // Value becomes 1

     UltraOptionSet.Value = 2; // Value becomes 2

     UltraOptionSet.Value = 2; // Value becomes null



Is this a known issue?

Best regards,

Alex

Parents Reply Children
No Data