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
205
[UltraCalendarCombo] Detecting user change versus code change.
posted

Is there an equivilant to the MS control's ChangeCommited event in the Infragistics contol?

Parents
  • 69832
    Verified Answer
    Offline posted

    Assuming you are referring to the ComboBox's SelectionChangeCommitted event, no, the UltraCalendarCombo control exposes no equivalent event. If you like you can submit a feature request for the ability to receive a notification when the user commits a selection change.

    Note that the control does expose a ValueChanged event; although this event fires regardless of whether the change was made by the user, if you are setting the value programmatically you might be able to set a flag or something when you do, so that you can distinguish between user changes and programmatic changes.

Reply Children
No Data