Hi,
We have a grid of dropdown boxes set up by using e.Style.CellType = "ComboBox" within QueryCellInfo() event handler. I would like to use a custom context menu on the grid but this is not working. Here is what I've found:
1) Right-clicking a cell brings up the cell context menu (cut/copy/paste)
2) Using the left mouse button drag to make a selection, then right-click into the selection clears it and selects the cell that was clicked
3) If I have a selection
the custom menu appears if a) I open the dropdown of the selected cell then right-click within the dropdown list, . b) I right-click within a readonly cell.
Could you show me how I can have my custom menu appear for a combobox as well as a selection of these combobox cells?
Thank