I am using NetVantage 11.1
I have Appointments in UltraTimeLineView,
How do I launch my own custom editor when the user double clicks?
My appointments are much more complicated data....
Yep that works.
Thanks!
Karl
Hello,
You could use the following code:
private void ultraCalendarInfo1_BeforeDisplayAppointmentDialog(object sender, Infragistics.Win.UltraWinSchedule.DisplayAppointmentDialogEventArgs e) { e.Cancel = true; //... }
Please do not hesitate to contact us if you need any additional assistance.