I am using a context menu for my gridcontrol.
theGrid.ContextMenuStrip = contextMenuStrip1;
This has add, delete, edit as the choices.
How can I create a menu class and use for the choices in the contextmenustrip.
Can anyone show me some sample code to do this.
Thanks
Sun
MSDN has information on how to add items to a
contextmenustripSample Code:
Or another link to ContextMenuStrip in C#