Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top