I am using Visual Studio 2013 w/ Telerik 2014.1.402.40 for WinForms. I've been working on implementing the Save / Load layout functionality that comes with the RadGridView and everything is working great with the exception of one thing...
My grid has a System.Windows.Forms.ContextMenuStrip assigned to it. There are various items in the menu that do different things. When I load my grid it works find. If I save a layout, then load it back to the grid, the context menu still appears, but clicking items within it no longer work.
I opened one of the saved layouts and noticed it has a section in it relating to the contextmenustrip, but I don't understand this, or why saving the grid layout would affect the ContextMenuStrip that is assigned to it.
There must be something I'm missing, thanks for any info.
Matt
My grid has a System.Windows.Forms.ContextMenuStrip assigned to it. There are various items in the menu that do different things. When I load my grid it works find. If I save a layout, then load it back to the grid, the context menu still appears, but clicking items within it no longer work.
I opened one of the saved layouts and noticed it has a section in it relating to the contextmenustrip, but I don't understand this, or why saving the grid layout would affect the ContextMenuStrip that is assigned to it.
There must be something I'm missing, thanks for any info.
Matt