Hi,
I need to know how to add a context menu for the grid.
please give some samples if available.
regards,
pgr2007
With MS:
Drag a ContextMenuStrip to your form and set the ContextMenuStrip property of the grid.
You can edit the menu by selecting it so you'll see the designer in the top of the form.
With Infragistics (Recommended!!)
Drag a ToolBarsManager to your form and set ContextMenuUltra property of the grid to one of the menus in the ToolBarsManager.
You can edit the toolbars manager by clicking on "Customize.." below the properties window.
It is same as any other control, sorry for asking simple questions