Hello experts, I was wondering if it's possible to make the ContextMenuStrip invisible when no data has yet been loaded to the dataGridView control? I tried this:
contextMenuStrip.Visible = false; Its Visible property is available / accessible in the VS IDE, but when run, it still appears. Is there a possible work around? At the moment, I simple enable/ disable the control. Thank you in advance. Benj
