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
270
UltraCalendarCombo ValueChanged Event
posted

I have an UltraCalendarCombo and I want to code against its ValueChanged event so that if the date changes a schedule is automatically recalculated.  I have noticed a problem where the ValueChanged event is raised simply by placing the cursor in the control's text area and then leaving the control.

I initially thought this was a bug in my code as we have derived a custom control from the UltraCalendarCombo.  For testing purposes I placed an actual UltraCalendarCombo on the form, instead of the derived one and still had the same problem occur.

Can someone tell me if this a bug or a feature and if there is a workaround or property that can be changed? 

 This is a C# .NET 2.0 WinForms project using VS 2005 and Infragistic's .NetAdvantage 6.3 for Windows Form.