Search code examples
winformsjanusgridex

Janus Gridex Winforms control right click menu


I am looking for some help where I can get a menu option on right clicking a row on Janus WinForms Gridex control to trigger some code. Any one has some ideas ?

Basically I want to include options like Edit / Delete / Process on each row's right click menu option. How do we enable this? I have seen in compiled code samples that it is possible.


Solution

  • You can add a ContextMenuStrip on your form and set it up the way you want it. After that, set set property ContextMenuStrip on the GridEX to the ContextMenuStrip you created. That's it.