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
1375
Testing UltraDateTimeEditor changes in ValueChanged method
posted

 Hi,

During the ValueChanged event of the UltraDateTimeEditor, I need to test whether the control is actually being changed by a user. For UltraTextEditors, I can test the Focused property.

 The Focused property on the UltraDateTimeEditor works fine if the date is manually entered or the up/down arrows are used to change the date. However, if selecting a date from the dropdown, the focused property is always false.

If I used the AfterCloseUp event, is there a way to know if the date has changed from within the AfterCloseUp method.

 Thanks.

Parents Reply Children