Different ContextMenuStrip for DataGridView Cell, RowHeader and ColumnHeader

Viewed 31588

I want to set different ContextMenuStrip for DataGridView Cells, RowHeaders and ColumnHeaders.

The idea is that when I right-click any of these items, a different ContextMenuStrip is displayed. How do I do this?

2 Answers
Related