Hello,
I want to get WeekNumber on UltraMonthViewSingle when the WeekNumber column is double-clicked so that I can open UltraWeekView for the clicked week. Please let me know if you have some idea.
Thanks!
does it HAVE to by clicking on a week number? Why not just get the weeknumber from the selected date?
Hello Aaron,
Thanks for your replies! I ended up with using WeekHeaderClicked event. I wanted to have an event by double-clicking because that is the way I always do to trigger functions in my program, and I tried your suggestion which worked perfect! Then I found this WeekHeaderClicked event, and I decided to use this because this is much easier in the code. If I really have to use 'Double-Clicking' then I will probably go back to your code again!
Thanks again for your help!!!
Megumi