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.
Hello Francois.
Maybe you could try
ultraCalendarCombo1.PerformAction(Infragistics.Win.UltraWinSchedule.CalendarCombo.CalendarComboAction.UpdateValue);
Let me know if you have any questions.
Regards
I try it before and is don't work this parameter.
I try it again.