Hi guys
I want to show a context menu when the user right clicks on the calendar. The context menu should have 2 items – Add Special Date and Remove Special Date. When the Add Special Date is clicked, I want to show a Window which allows me to enter the Special Date’s Description which should be displayed as a Tooltip lke in your samples. The Remove Special Date should remove the special date.
Could you help me about this? I am not sure how to get the cell’s date where the context menu is opened and how to implement the logic with the window widget.