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
260
Code working differently in Infragistics 8.1
posted

Hi,

We are using ultracombo editors, ultraoptionset controls in our application. We have noticed the following after upgrading to 8.1 -

E.g. of issue in UltraOptionset.

When we set the value of ultraoptionset programmatically (say on Load event of the form) the valuechange event of the control gets fired. This was not the case in the previous version. Earlier the valuechange event did not get fired in case of programmatically setting the value but changed only when the user changed it from the UI.  This is leading to issues that are breaking the existing code/functionality. Pls help.

Thanks

Chandru

 

  • 37774
    Verified Answer
    posted

     Chandru,

    I don't see any specific reason why this is happening, but it's possible that this change was the result of a bug fix; to me, it sounds like the ValueChanged event should have been firing anyway.  If you need to work around this issue, you know when you're setting the value programmatically, so you could set a flag that you could check in your ValueChanged event handler telling you to ignore the processing.  If you need this looked into, you could contact Developer Support.

    -Matt