Hi,
I am using UltraDayView/UltraWeekView, i need to get the Date and Time Range whenever user performs right click on UltraDayView/UltraWeekView.
How can i get Date and Time Range on MouseClick event of UltraDayView? or is there any other way to get it
Thanks,
Chitra
Hi Dave,
Whenever my Mouse cursor is on UltraDayView/UltraWeekView, i want to collect some information like,
1. Which owner is under mouse cursor?
2. What is the Date under mouse cursor?
3. What is the Time under mouse cursor?
Also i found that all the UltraDayView Mouse Events are getting fired after the other UltradayView event.
For Example, i have two ultradayView events UltraDayView1_MouseMove and UltraDayView1_DragDrop.
So if i perform Drag drop then, UltraDayView1_DragDrop event gets fired, i want UltraDayView1_MouseMove (or any other Mouse event to ) to be fired before UltraDayView1_DragDrop
Hello Chitra,
Thank you for contacting Infragistics.
Please let me know which data and time range you are looking to access.