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.
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.
Hi Goergi,
No is don't work.
When the user type the date manualy and press Enter all my grid was refresh and is new value un ucc.
If is type the date and click on "Refresh" button on the ribbon the grid was refresh with the old value and old value was appear on ucc.
Private Sub utm_ToolClick(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinToolbars.ToolClickEventArgs) Handles utm.ToolClick
ExitEditModeDesTools()
Select Case e.Tool.Key
Case KeyRefresh
Afficher()
End Select
End Sub
Private Sub ExitEditModeDesTools()
uccStatistiqueDateDebut.PerformAction(UltraWinSchedule.CalendarCombo.CalendarComboAction.UpdateValue)
Hello Francois,
I`m not sure that I udnerstand well your scenario, but I try to reproduce it in a small sample. Could you please take a look at the attached sample and video file and if you think that your scenario is different, please feel free to modify this sample to reproduce your scenario and issue and revert this sample back to me. I`ll be glad to research it for you.
If yo have any questions, please do not hesitate to write me
the sample
Hi Georgi,
I try with new form and every think work find with and without PerformAction procedure.
Now I'm looking for in my main program why it not work
Francois
Thanks for the info. If you need any additional assistance don’t hesitate to ask.