I want to prevent right click to the area of behind an existing appointment in the Infragistics.Win.UltraWinSchedule.UltraDayView.
How can i achieve this?
Hello Murat,
Thank you for posting to our forum.
In order to achieve it, you can use the MouseDown event and cancel it (e.Cancel=True)
Please let me know if you need further assistance.
Hello Divya,
I don't want to completeley disable right click on the dayview. There is a little area behind an appointment (such as selected red squared area in the picture) which user can right click, I want to disable this area, not the whole dayview. I fixed the problem by querying if there is an appointment in that selected time span, but I would like to know if there is a more efficient way.
Thank you