Hi,
I want to know how I can exit edit mode with UltraCalendarCombo
I have not found .performaction(ExitEditMode) or .Editor.ExitEditMode.
The problem I have is when the user type date on the UCC and after click on rubbin button the UCC didn't out of edit mode and not update my data.
I want to add on utm_toolclick procedure to exiteditmode all my tool
Francois.
I made small test and everything seems to works properly, but if you have the same issue again, please do not hesitate to send us small sample that reproduce your issue and I`ll be glad to research it for you.
Regards
I try it before and is don't work this parameter.
I try it again.
Hello Francois.
Maybe you could try
ultraCalendarCombo1.PerformAction(Infragistics.Win.UltraWinSchedule.CalendarCombo.CalendarComboAction.UpdateValue);
Let me know if you have any questions.