Right Click Customizable?

Can create custom right click menus? Ie. I need to be able to right click on a row and launch a plot from a different application, can I create a right click menu option that says "launch plot" and write my own code for my needed functionallity?

Hi,

Thank you for considering our product.

You can create a context menu instead of GridDesktop control's.

First, you should create a context menu in the form which contained the GridDesktop control. And add items to the menu.

Then, select the context menu just created in the "ContextMenu" property of the control.

Please try it.

Thanks