Search code examples
c#.netwinformscontextmenustrip

Multi Select in ContextMenuStrip


WinForms .NET 3.5

We have a contextMenuStrip for data grid. This contextMenuStrip can hold multiple ToolStripMenuItems. Is there a way to provide ability to select multiple items in that drop down?

Research-> I looked at this one before C# Add Checkbox To WinForms Context Menu but as soon as I click on one of the items the Menu goes away, I want users to be able to select - multiple options and then click enter [or something else which is more standard - please advice]

Any points will be very helpful.

UPDATE

I am convinced by Gray and Passant; we decided to give a last option as "Select Multiple" which will invoke a small Form where user can use check boxes to select multiple options.

Thanks

Karephul.


Solution

  • I am convinced by Gray and Passant; we decided to give a last option as "Select Multiple" which will invoke a small Form where user can use check boxes to select multiple options.

    Thanks

    Karephul.