I am trying to create context menu for the grid based user control. I want to use the PopupMenuTool as the conteext menu. So I dropped UltraToolbarsManager on to my user control. However in the designer the customize option is disabled. So I can't create the PopupMenuTool using the designer.
Am I doing anything wrong? How do I go about designing my PopupMenuTool?
The code currently has a context menu which doesn't have much appearance options hence planning to convert to PopupMenuTool. Is there some way to convert the context menu to PopupMenuTool? I know I am asking for too much
I'm a little curious as to why you cannot customize. Is the DockWithinContainer of the toolbars manager set to the UserControl? If that is not set you might not be able to customize. If the DockWithinContainer is properly set and you still cannot customize, it sounds like a bug and I would recommend submitting it to the support group: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.Aspx. As far as converting from an existing .Net context menu to a PopupMenuTool, I don't think that is currently available, but it sounds like a good idea for a feature request: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.