I want to use rightClickHandler in smartGWT Calender widget. Can anybody help me?
Menu mainMenu = new Menu();
//menu items
widget.setContextMenu(mainMenu);
http://www.java2s.com/Code/Java/GWT/ContextMenuSampleSmartGWT.htm
How to handle right mouse click on the specific Event in SmartGWT Calendar?