Is it possible to add right click menu to a day slot in monthview single calendar?
Thanks in advance,
shan
The control exposes ContextMenu/ContextMenuStrip properties as it inherits them from the base Control class. Typically one handles the MouseDown event, uses the GetDayFromPoint method to get a reference to the date on which the mouse button was pressed (remember to check the return for null), and then populates the ContextMenu based on application requirements.