Hi,
I am using Infragistics 2009. In one of my form, I have UltraDateTimeEditor control. I would like to display message when user changes date in UltraDateTimeEditor control. I have implemented ValueChanged event of the control.
When I changes from user input using keyboard it works fine,
But when I clicks to navigate to another month (previous/next) then it fires the value chaged event in loop and add/subtract the date value in the value for each iteration. It fires the event till the calender closes as I used CloseUp() method before displaying message in message box.
Kindly help me for the solution.
Thanks & Regards,
Bhavesh Sanghani
Even i am facing the same problem.
If anyone has found a solution to the problem, please post the solution here.
Thanks